Digital UNIX | ||
---|---|---|
Prev | Chapter 10. Internationalization | Next |
Digital UNIX provides a set of locales and and codeset convertors that supports the Unicode and ISO 10646 standards.The codeset convertor modules enable an application to convert between other supported codesets and UCS-4. The following UCS-4 locales are supported:
Table 10-2. Languages and Locales
Language | Locale Name |
---|---|
Simplified Chinese/PRC * | zh_CN.dechanzi@pinyin@ucs4 zh_CN.dechanzi@radical@ucs4 zh_CN.dechanzi@stroke@ucs4 |
Chinese/Hong Kong * | zh_HK.dechanyu@ucs4 zh_HK.dechanzi@ucs4 zh_HK.eucTW@ucs4 |
Traditional Chinese * | zh_TW.dechanyu@ucs4 zh_TW.dechanyu@chuyin@ucs4zh_TW.dechanyu@radical@ucs4 zh_TW.dechanyu@stroke@ucs4 zh_TW.eucTW@ucs4 zh_TW.eucTW@chuyin@ucs4 zh_TW.eucTW@radical@ucs4 zh_TW.eucTW@stroke@ucs4 |
Czech * | cs_CZ.ISO8859-2@ucs4 |
Danish | da_DK.ISO8859-1@ucs4 |
Dutch | nl_NL.ISO8859-1@ucs4 |
Belgian Dutch | nl_BE.ISO8859-1@ucs4 |
US English/ASCII | en_US.8859-1@ucs4i@ucs4 |
US English/ISO8859-1 | en_US.ISO8859-1@ucs4 |
GB English | en_GB.ISO8859-1@ucs4 |
Finnish | fi_FI.ISO8859-1@ucs4 |
German | de_DE.ISO8859-1@ucs4 |
Swiss German | de_CH.ISO8859-1@ucs4 |
Greek | el_GR.ISO8859-7@ucs4 |
French | fr_FR.ISO8859-1@ucs4 |
Belgian French | fr_BE.ISO8859-1@ucs4 |
Canadian French | fr_CA.ISO8859-1@ucs4 |
Swiss French | fr_CH.ISO8859-1@ucs4 |
Hebrew * | iw_IL.ISO8859-8@ucs4 |
Hungarian | hu_HU.ISO8859-2@ucs4 |
Icelandic | is_IS.ISO8859-1@ucs4 |
Italian | it_IT.ISO8859-1@ucs4 |
Japanese * | ja_JP.SJIS@ucs4 ja_JP.deckanji@ucs4 |
Korean * | ko_KR.deckorean@ucs4 |
Norwegian | no_NO.ISO8859-1@ucs4 |
Polish | pl_PL.ISO8859-2@ucs4 |
Portuguese | pt_PT.ISO8859-1@ucs4 |
Russian | ru_RU.ISO8859-5@ucs4 |
Slovak | sk_SK.ISO8859-2@ucs4 |
Slovene * | sl_SIISO8859-2@ucs4 |
Spanish | es_ES.ISO8859-1@ucs4 |
Swedish | sv_SE.ISO8859-1@ucs4 |
Turkish | tr_TR.ISO8859-9a@ucs4 |
Universal | universal.utf8@ucs4 |
Digital UNIX also provides a function called fold_string_w(), which maps one Unicode string to another performing the specified Unicode transformations. For more information on the fold_string_w() function, see fold_string_w(3). For more information on Unicode support, see Unicode(5).
Prev | Home | Next |
Code Conversion and the iconv Utility | Up | ISO-C |