JPH04297923A - Character coder converting system - Google Patents

Character coder converting system

Info

Publication number
JPH04297923A
JPH04297923A JP3062285A JP6228591A JPH04297923A JP H04297923 A JPH04297923 A JP H04297923A JP 3062285 A JP3062285 A JP 3062285A JP 6228591 A JP6228591 A JP 6228591A JP H04297923 A JPH04297923 A JP H04297923A
Authority
JP
Japan
Prior art keywords
code
conversion
conversion table
character
codes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3062285A
Other languages
Japanese (ja)
Inventor
Toshimi Takahashi
高橋 敏美
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Software Kansai Ltd
Original Assignee
NEC Software Kansai Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Kansai Ltd filed Critical NEC Software Kansai Ltd
Priority to JP3062285A priority Critical patent/JPH04297923A/en
Publication of JPH04297923A publication Critical patent/JPH04297923A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)

Abstract

PURPOSE:To reduce a code conversion table to be prepared in advance by first converting an input character string to an intermediate code train and next converting the intermediate code train to an output character code train. CONSTITUTION:A preconverting means 1 executes preconversion to the intermediate code train while referring to a code conversion table 3 from a JIS code to an intermediate code. Next, a post-converting means 2 executes post- conversion to an objective output character code train while referring to a code conversion table 4 from the obtained intermediate code to an EBCDIC square form of Japanese syllabary (KANA) code. For example, when an X code system is added to the input character code, conversion to all the output character codes is enabled only by adding a conversion table from an X code to the intermediate code and for example, when a Z code system is added to the output character code, conversion from all the input character codes to Z codes is enabled only by adding a conversion table from the intermediate code to the Z code.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は文字コード変換方式、特
に情報処理装置における文字コード変換方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a character code conversion method, and more particularly to a character code conversion method for an information processing device.

【0002】0002

【従来の技術】従来、この種の文字コード変換方式は、
入力文字コードから出力文字コードへの変換表を参照し
て、入力文字コード列を直接出力文字コード列へ変換す
るようになっている。
[Prior Art] Conventionally, this type of character code conversion method was
The input character code string is directly converted to the output character code string by referring to the input character code to output character code conversion table.

【0003】0003

【発明が解決しようとする課題】上述した従来の文字コ
ード変換方式は、入力文字コードから直接、出力文字コ
ードへのコード変換表を使用しているため、入力文字コ
ードまたは出力文字コードが変わると、それまで使用し
ていたコード変換表が使用できないので、想定される入
出力コードの総ての組合せのコード変換テーブル、例え
ばJISコード,EBCDICカタカナ,ASCIIコ
ードおよびEBCDICコードの4種に対して、図3に
コード変換表の種別を示すように12種の変換テーブル
を用意しなければならないという欠点がある。
[Problem to be Solved by the Invention] The conventional character code conversion method described above uses a code conversion table that directly converts input character codes to output character codes. Since the code conversion table that had been used until then cannot be used, a code conversion table for all possible input/output code combinations, for example, JIS code, EBCDIC Katakana, ASCII code, and EBCDIC code, is created. There is a drawback in that 12 types of conversion tables must be prepared as shown in FIG. 3, which shows the types of code conversion tables.

【0004】0004

【課題を解決するための手段】本発明の文字コード変換
方式は、文字コードと予め定めた中間コードとの対応を
持つ複数の変換表と、この変換表を参照して入力文字コ
ード列を前記中間コード列に変換する前変換手段と、前
記変換表を参照して前記中間コード列を指定された出力
文字コード列に変換する後変換手段とを有することによ
り構成される。
[Means for Solving the Problems] The character code conversion method of the present invention includes a plurality of conversion tables having correspondences between character codes and predetermined intermediate codes, and converts an input character code string to the above by referring to the conversion tables. The apparatus includes a pre-conversion means for converting into an intermediate code string, and a post-conversion means for converting the intermediate code string into a designated output character code string by referring to the conversion table.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0006】図1は本発明の一実施例の構成図、図2は
図1の実施例に用いられるコード変換表の種別を示した
図である。図2のコード変換表の種別は、入力文字コー
ドと出力文字コードとがJISコード,EBCDICカ
タカナ,ASCIIコードおよびEBCDICコードの
4種の場合に対するもので、項番1,〜8で示されてい
る。
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is a diagram showing the types of code conversion tables used in the embodiment of FIG. The types of code conversion table in Figure 2 are for four types of input character code and output character code: JIS code, EBCDIC Katakana, ASCII code, and EBCDIC code, and are shown in item numbers 1 to 8. .

【0007】図1におけるコード変換の処理を、JIS
コード列からEBCDICカタカナコード列への変換の
場合を例にとって説明すると、まず前変換手段1はJI
Sコードから中間コードへの図2の項番1で示されるコ
ード変換テーブル3を参照して中間コード列への前変換
を行なう。次に後変換手段2は得られた中間コードから
EBCDICカタカナコードへの図2の項番6で示され
るコード変換テーブル4を参照して目的とする出力文字
コード列への後変換を行なう。
[0007] The code conversion process in FIG.
To explain the case of conversion from a code string to an EBCDIC katakana code string as an example, first, the pre-conversion means 1 is a JI
Pre-conversion from S code to intermediate code is performed with reference to the code conversion table 3 indicated by item number 1 in FIG. 2. Next, the post-conversion means 2 performs post-conversion from the obtained intermediate code to the EBCDIC katakana code into a target output character code string by referring to the code conversion table 4 shown by item number 6 in FIG.

【0008】なお、入力文字コードに例えばXコード体
系を追加した場合は、Xコードから中間コードへの変換
テーブルを追加するだけで、全ての出力文字コードへの
変換が可能となり、出力文字コードに例えばZコード体
系を追加した場合は、中間コードからZコードへの変換
テーブルを追加するだけで、全ての入力文字コードから
Zコードへの変換が可能となる。
[0008] If, for example, the X code system is added to the input character code, just by adding a conversion table from the X code to the intermediate code, conversion to all output character codes becomes possible, and the output character code For example, if a Z code system is added, all input character codes can be converted to Z codes simply by adding a conversion table from intermediate codes to Z codes.

【0009】[0009]

【発明の効果】以上説明したように本発明は、入力文字
列を先ず中間コード列に変換し、次に中間コード列を出
力文字コード列に変換することにより、予め準備してお
くコード変換テーブルの種別を従来に比べて格段に削減
できるという効果がある。
Effects of the Invention As explained above, the present invention first converts an input character string into an intermediate code string, and then converts the intermediate code string into an output character code string, thereby providing a code conversion table prepared in advance. This has the effect of significantly reducing the number of types compared to the conventional method.

【図面の簡単な説明】[Brief explanation of drawings]

【図1】本発明の一実施例の構成図である。FIG. 1 is a configuration diagram of an embodiment of the present invention.

【図2】図1の実施例に用いられるコード変換表の種別
を示す図である。
FIG. 2 is a diagram showing types of code conversion tables used in the embodiment of FIG. 1;

【図3】従来の文字コード変換方式に用いられるコード
変換表の種別の一例を示す図である。
FIG. 3 is a diagram showing an example of the types of code conversion tables used in a conventional character code conversion method.

【符号の説明】[Explanation of symbols]

1    前変換手段 2    後変換手段 1 Pre-conversion means 2 Post conversion means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  文字コードと予め定めた中間コードと
の対応を持つ複数の変換表と、この変換表を参照して入
力文字コード列を前記中間コード列に変換する前変換手
段と、前記変換表を参照して前記中間コード列を指定さ
れた出力文字コード列に変換する後変換手段とを有する
ことを特徴とする文字コード変換方式。
1. A plurality of conversion tables having correspondences between character codes and predetermined intermediate codes, pre-conversion means for converting an input character code string into the intermediate code string by referring to the conversion tables, and the conversion table. A character code conversion method comprising post-conversion means for converting the intermediate code string into a specified output character code string with reference to a table.
JP3062285A 1991-03-27 1991-03-27 Character coder converting system Pending JPH04297923A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3062285A JPH04297923A (en) 1991-03-27 1991-03-27 Character coder converting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3062285A JPH04297923A (en) 1991-03-27 1991-03-27 Character coder converting system

Publications (1)

Publication Number Publication Date
JPH04297923A true JPH04297923A (en) 1992-10-21

Family

ID=13195702

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3062285A Pending JPH04297923A (en) 1991-03-27 1991-03-27 Character coder converting system

Country Status (1)

Country Link
JP (1) JPH04297923A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001065377A1 (en) * 2000-03-01 2001-09-07 Flex-Firm Inc. Contents providing service
WO2002044907A1 (en) * 2000-11-29 2002-06-06 Flex-Firm Inc. Contents providing method
WO2002045523A3 (en) * 2000-12-07 2003-01-30 Dsm Nv Protein hydrolysates enriched in peptides having a carboxy terminal proline residue
JP2011008388A (en) * 2009-06-24 2011-01-13 Nec System Technologies Ltd Code conversion system, code conversion apparatus, code conversion method and code conversion program
US8119171B2 (en) 2000-12-07 2012-02-21 Dsm Ip Assets B.V. Method for the prevention or reduction of haze in beverages
US8257760B2 (en) 2002-06-07 2012-09-04 Dsm Ip Assets B.V. Method for the prevention or reduction of haze in beverages

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001065377A1 (en) * 2000-03-01 2001-09-07 Flex-Firm Inc. Contents providing service
WO2001065376A1 (en) * 2000-03-01 2001-09-07 Flex-Firm Inc. Contents providing method
WO2002044907A1 (en) * 2000-11-29 2002-06-06 Flex-Firm Inc. Contents providing method
WO2002045523A3 (en) * 2000-12-07 2003-01-30 Dsm Nv Protein hydrolysates enriched in peptides having a carboxy terminal proline residue
US7608697B2 (en) 2000-12-07 2009-10-27 Dsm Ip Assets B.V. Protein hydrolysates enriched in peptides having a carboxy terminal proline residue
JP2010213703A (en) * 2000-12-07 2010-09-30 Dsm Ip Assets Bv Protein hydrolysate enriched in peptide having carboxy terminal proline residue
US8119171B2 (en) 2000-12-07 2012-02-21 Dsm Ip Assets B.V. Method for the prevention or reduction of haze in beverages
US8257760B2 (en) 2002-06-07 2012-09-04 Dsm Ip Assets B.V. Method for the prevention or reduction of haze in beverages
JP2011008388A (en) * 2009-06-24 2011-01-13 Nec System Technologies Ltd Code conversion system, code conversion apparatus, code conversion method and code conversion program

Similar Documents

Publication Publication Date Title
JPH04297923A (en) Character coder converting system
JPH0619756A (en) EDI format conversion method
JP2624484B2 (en) Chinese input processing method
JP2833871B2 (en) Alien name data judgment method
JPH02266413A (en) Code converting method
JPS6383833A (en) Retrieving method for character string
JPH0721204A (en) System for registering keyword of data base information
JP2726543B2 (en) Translation method
JPH0250754A (en) 'kanji' code conversion system
JPS6435664A (en) Automatic generating method for enlarged graphic except character size
JPS6128160A (en) Kana-Kanji conversion device with homophone learning function
JPS6373466A (en) Input device for japanese word
JPS61267824A (en) Arraying and processing system for japanese word data
JPS6310262A (en) Document preparing device
JPS6385818A (en) Program data area forming system
JPH04171490A (en) Letter pattern preparing system
JPS63271637A (en) Translation system
JPS60207983A (en) Production system of dictionary for recognizing character
JPH04142659A (en) Summary system by data conversion
Ashworth Prettyprinting for power
JPS62187932A (en) Name indexing retrieval key forming system
JPH0417416A (en) Code converter
JPH02255977A (en) Compression system for information on japanese word character string
JPS63156275A (en) Automatic kana and katakana name dictionary adding system
JPH0554145B2 (en)