JPH04297923A - Character coder converting system - Google Patents
Character coder converting systemInfo
- 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
Links
- 238000006243 chemical reaction Methods 0.000 claims abstract description 49
- 238000000034 method Methods 0.000 claims description 8
- 235000016496 Panda oleosa Nutrition 0.000 abstract 1
- 240000000220 Panda oleosa Species 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 5
- 238000007796 conventional method Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
Landscapes
- Document Processing Apparatus (AREA)
Abstract
Description
【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.
【図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.
1 前変換手段 2 後変換手段 1 Pre-conversion means 2 Post conversion means
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.
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)
| 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 |
-
1991
- 1991-03-27 JP JP3062285A patent/JPH04297923A/en active Pending
Cited By (9)
| 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) |