3.12.2 Asian Translation Tables

In instances where the PC and host use different CODEPAGE settings, the Asian translation tables ensure that the PC and host can communicate. For example, in Korea, the host might use UNISYS555, while the PC might use KSC5601. When you use the appropriate translation table, Accessory Manager automatically makes the appropriate adjustments to ensure communication between the two systems.

If the country specified in the regional settings in the Windows Control Panel is in Asia, the following translation tables are installed:

5550BIG5.TBL

CNSBIG5.TBL

TCABIG5.TBL

BIG55550.TBL

ETENBIG5.TBL

U555KSC.TBL

BIG5CNS.TBL

KSCU555.TBL

UTSJSJIS.TBL

BIG5ETEN.TBL

T27JSJIS.TBL

UTSSJJIS.TBL

BIG5TCA.TBL

T27SJJIS.TBL

 

Asian .TBL File Syntax

Each Asian .TBL file is a script that indicates which CODEPAGE is being used at the source and which is being used at the destination. These files use the following format. The items in brackets are optional. If you use these items, do not type the brackets.

For information about each line of this syntax, click the desired line.

Table 3-23

Syntax Name

Description

[NAME "table_name"]

Indicates a name for the translation table. It appears in the script for information purposes only.

The table_name can be up to 31 characters long and can contain spaces. It must be enclosed in double quotation marks (").

[DESC "table_description"]

Indicates a description for the translation table. It appears in the script for information purposes only.

The table_description can be up to 80 characters long and can contain spaces. It must be enclosed in double quotation marks (").

[DIM number]

Indicates the length of the character strings being translated by this translation table.

CODEPAGE source=destination

Indicates the CODEPAGE used at the source and the CODEPAGE used at the destination.

  • 5550: A Traditional Chinese character set used on hosts

  • BIG5: A Taiwanese character set used on hosts and PCs

  • CNS: A Taiwanese character set used on hosts

  • ETEN: A Taiwanese character set used on hosts

  • JIS: The 7-bit Japanese Information Standard CODEPAGE used on mainframe hosts and UNIX boxes

  • KSC5601: A Korean character set used on hosts and PCs

  • SHIFTJIS: The 8-bit Japanese Information Standard CODEPAGE used on PCs and UNIX boxes SHIFTJIS is the same as SJIS.

  • SJIS: The 8-bit Japanese Information Standard CODEPAGE used on PCs and UNIX boxesSJIS is the same as SHIFTJIS.

  • TCA: A Taiwanese character set used on hosts

  • UNISYS555: A Korean character set used on hosts