Inclusion of custom character tables
Create a Custom Character Table file, and create the conversion file by using the Custom Character Table Translate command.
After executing the Custom Character Table Translate command, HULFT must be restarted in order for the result to take effect.
The Custom Character Table files and the custom character conversion files are stored in 'HULPATH/gtf.'
Input Code |
Output Code |
Custom Character Table File |
Custom Character Conversion File |
Default Value When Undefined |
---|---|---|---|---|
EUC-JP |
Shift-JIS |
gtetos.txt |
gtetos.xtd |
0x81A0 |
EUC-JP |
IBM Kanji |
gtetoi.txt |
gtetoi.xtd |
0x44E9 |
EUC-JP |
JEF |
gtetoj.txt |
gtetoj.xtd |
0xA2A2 |
EUC-JP |
UTF-8 |
gteto8.txt |
gteto8.xtd |
0xE296A1 |
Shift-JIS |
EUC-JP |
gtstoe.txt |
gtstoe.xtd |
0xA2A2 |
Shift-JIS |
IBM Kanji |
gtstoi.txt |
gtstoi.xtd |
0x44E9 |
Shift-JIS |
JEF |
gtstoj.txt |
gtstoj.xtd |
0xA2A2 |
Shift-JIS |
UTF-8 |
gtsto8.txt |
gtsto8.xtd |
0xE296A1 |
IBM Kanji |
EUC-JP |
gtitoe.txt |
gtitoe.xtd |
0xA2A2 |
IBM Kanji |
Shift-JIS |
gtitos.txt |
gtitos.xtd |
0x81A0 |
IBM Kanji |
UTF-8 |
gtito8.txt |
gtito8.xtd |
0xE296A1 |
JEF |
EUC-JP |
gtjtoe.txt |
gtjtoe.xtd |
0xA2A2 |
JEF |
Shift-JIS |
gtjtos.txt |
gtjtos.xtd |
0x81A0 |
JEF |
UTF-8 |
gtjto8.txt |
gtjto8.xtd |
0xE296A1 |
UTF-8 |
EUC-JP |
gt8toe.txt |
gt8toe.xtd |
0xA2A2 |
UTF-8 |
Shift-JIS |
gt8tos.txt |
gt8tos.xtd |
0x81A0 |
UTF-8 |
IBM Kanji |
gt8toi.txt |
gt8toi.xtd |
0x44E9 |
UTF-8 |
JEF |
gt8toj.txt |
gt8toj.xtd |
0xA2A2 |
UTF-8 |
GB18030 |
gt8tog.txt |
gt8tog.xtd |
0xA1F5 |
UTF-8 |
IBM Simplified Chinese |
gt8toc.txt |
gt8toc.xtd |
0x44E9 |
GB18030 |
UTF-8 |
gtgto8.txt |
gtgto8.xtd |
0xE296A1 |
GB18030 |
IBM Simplified Chinese |
gtgtoc.txt |
gtgtoc.xtd |
0x44E9 |
IBM Simplified Chinese |
UTF-8 |
gtcto8.txt |
gtcto8.xtd |
0xE296A1 |
IBM Simplified Chinese |
GB18030 |
gtctog.txt |
gtctog.xtd |
0xA1F5 |
Custom Character Table Translate command
utlgtfextd [-i es|ei|ej|e8|se|si|sj|s8|ie|is|i8|je|js|j8|8e|8s|8i|8j|8g|8c|g8|gc|c8|cg|a] [-o es|ei|ej|e8|se|si|sj|s8|ie|is|i8|je|js|j8|8e|8s|8i|8j|8g|8c|g8|gc|c8|cg|a]
Parameter explanation
-
-i es|ei|ej|e8|se|si|sj|s8|ie|is|i8|je|js|j8|8e|8s|8i|8j|8g|8c|g8|gc|c8|cg|a
-
Specifying this parameter generates the custom character conversion file. (Optional)
es
:
Translate the custom character table for EUC-JP to Shift-JIS conversion
ei
:
Translate the custom character table for EUC-JP to IBM Kanji conversion
ej
:
Translate the custom character table for EUC-JP to JEF conversion
e8
:
Translate the custom character table for EUC-JP to UTF-8 conversion
se
:
Translate the custom character table for Shift-JIS to EUC-JP conversion
si
:
Translate the custom character table for Shift-JIS to IBM Kanji conversion
sj
:
Translate the custom character table for Shift-JIS to JEF conversion
s8
:
Translate the custom character table for Shift-JIS to UTF-8 conversion
ie
:
Translate the custom character table for IBM Kanji to EUC-JP conversion
is
:
Translate the custom character table for IBM Kanji to Shift-JIS conversion
i8
:
Translate the custom character table for IBM Kanji to UTF-8 conversion
je
:
Translate the custom character table for JEF to EUC-JP conversion
js
:
Translate the custom character table for JEF to Shift-JIS conversion
j8
:
Translate the custom character table for JEF to UTF-8 conversion
8e
:
Translate the custom character table for UTF-8 to EUC-JP conversion
8s
:
Translate the custom character table for UTF-8 to Shift-JIS conversion
8i
:
Translate the custom character table for UTF-8 to IBM Kanji conversion
8j
:
Translate the custom character table for UTF-8 to JEF conversion
8g
:
Translate the custom character table for UTF-8 to GB18030 conversion
8c
:
Translate the custom character table for UTF-8 to IBM Simplified Chinese conversion
g8
:
Translate the custom character table for GB18030 to UTF-8 conversion
gc
:
Translate the custom character table for GB18030 to IBM Simplified Chinese conversion
c8
:
Translate the custom character table for IBM Simplified Chinese to UTF-8 conversion
cg
:
Translate the custom character table for IBM Simplified Chinese to GB18030 conversion
a
:
Translate all the custom character tables
-
-o es|ei|ej|e8|se|si|sj|s8|ie|is|i8|je|js|j8|8e|8s|8i|8j|8g|8c|g8|gc|c8|cg|a
-
Specifying this parameter displays the contents of the custom character conversion file in standard output. (Optional)
es
:
Output the content of the custom character table for EUC-JP to Shift-JIS conversion
ei
:
Output the content of the custom character table for EUC-JP to IBM Kanji conversion
ej
:
Output the content of the custom character table for EUC-JP to JEF conversion
e8
:
Output the content of the custom character table for EUC-JP to UTF-8 conversion
se
:
Output the content of the custom character table for Shift-JIS to EUC-JP conversion
si
:
Output the content of the custom character table for Shift-JIS to IBM Kanji conversion
sj
:
Output the content of the custom character table for Shift-JIS to JEF conversion
s8
:
Output the content of the custom character table for Shift-JIS to UTF-8 conversion
ie
:
Output the content of the custom character table for IBM Kanji to EUC-JP conversion
is
:
Output the content of the custom character table for IBM Kanji to Shift-JIS conversion
i8
:
Output the content of the custom character table for IBM Kanji to UTF-8 conversion
je
:
Output the content of the custom character table for JEF to EUC-JP conversion
js
:
Output the content of the custom character table for JEF to Shift-JIS conversion
j8
:
Output the content of the custom character table for JEF to UTF-8 conversion
8e
:
Output the content of the custom character table for UTF-8 to EUC-JP conversion
8s
:
Output the content of the custom character table for UTF-8 to Shift-JIS conversion
8i
:
Output the content of the custom character table for UTF-8 to IBM Kanji conversion
8j
:
Output the content of the custom character table for UTF-8 to JEF conversion
8g
:
Output the content of the custom character table for UTF-8 to GB18030 conversion
8c
:
Output the content of the custom character table for UTF-8 to IBM Simplified Chinese conversion
g8
:
Output the content of the custom character table for GB18030 to UTF-8 conversion
gc
:
Output the content of the custom character table for GB18030 to IBM Simplified Chinese conversion
c8
:
Output the content of the custom character table for IBM Simplified Chinese to UTF-8 conversion
cg
:
Output the content of the custom character table for IBM Simplified Chinese to GB18030 conversion
a
:
Output the contents of all custom character tables