HP-UX 11.0 - 11i Internationalization Features White Paper
Asian System Environment (ASE)
ASE Changes [11.0]
Chapter 4
60
• Xsi protocol of XJIM is no longer supported.
• FSlib - Font Server Access Library is no longer supported.
Use the X Print Server instead.
• jtos (1)—the code conversion commands jtos, jtou, stoj, stou, utoj and utos are no longer supported.
Instead of jtos (1), use iconv (1) as follows:
jtos: iconv -f jis -t sjis
jtou: iconv -f jis -t eucJP
stoj: iconv -f sjis -t jis
stou: iconv -f sjis -t eucJP
utoj: iconv -f eucJP -t jis
utos: iconv -f eucJP -t sjis
• The following function groups in the Japanese library (libjpn) are no longer supported:
jcode (3X), ibmjcode (3X), jisconv (3X), jctype (3X), jwctype (3X), jconv (3X), jwstring (3X), cset (3X),
getwidth (3X), euclen (3X), wstostr (3X)
Instead of the Japanese library, use iconv (3C), wctype (3C).
• The dictionary merge tool for XJIM, dictmerge, is not supported.
• The Kana Kanji conversion library (libjpn) is not supported.
Instead of the conversion library, use Xlib or OSF/Motif.
• Printing applications that use the Font Server Access Library (FSlib) provided by JSE should be modified
to use the X Print Server.
KSE
No Korean-specific changes for this release have occurred.
SSE
No Simplified-Chinese-specific changes for this release have occurred.
TSE
A tool of Traditional Chinese Toolkit (TTK), tconv, provides two new code conversions: GBK to Big5 and Big5
to GBK.