Index Index for
Section 5
Index Alphabetical
listing for C
Index Bottom of
page

Chinese(5)

NAME

Chinese, chinese - Introduction to Chinese language support

DESCRIPTION

There are two kinds of written Chinese characters, Traditional Chinese and Simplified Chinese. The former is widely used in Hong Kong (HK) and Taiwan, while the latter is more widely used in the People's Republic of China (PRC) and Singapore. Codesets There are several coded character sets (codesets) available to support each of the two written Chinese languages. For each Chinese language, the following list notes the supported codesets and the strings that represent those codesets in the names of locales, converters, and other kinds of system files: · Codesets for Traditional Chinese: DEC Hanyu, dechanyu For more information, see dechanyu(5). Taiwanese EUC (Extended UNIX Code), eucTW For more information, see eucTW(5). Big-5, big5 For more information, see big5(5). Shift Big-5, sbig5 For more information, see sbig5(5). The Shift Big-5 codeset is supported for codeset conversion only; it is not used in locales or for both input and output operations. TeleCode, telecode For more information, see telecode(5). The Telecode codeset is supported for codeset conversion only; it is not used in locales or for both input and output operations. PC code page, cp950 The cp950 encoding format is identical to big5. For more information, see code_page(5). UCS-2, UCS-4, and UTF-8 (UCS-2, UCS-4, ucs4, UTF-8) For more information, see Unicode(5). · Codesets for Simplified Chinese: DEC Hanzi, dechanzi For more information, see dechanzi(5). GBK (gbk, GBK) For more information, see GBK(5). PC code page, cp936 The cp936 encoding format is identical to dechanzi except that the code page supports additional characters. For more information, see code_page(5). UCS-2, UCS-4, and UTF-8 (UCS-2, UCS-4, ucs4, UTF-8) For more information, see Unicode(5). Locales The following list groups supported locales according to language, country or territory, and codeset. Each locale supports one collation sequence, which is specified following the locale name. · For Traditional Chinese, Taiwan: Locales using DEC Hanyu: zh_TW.dechanyu Collation using internal code order zh_TW.dechanyu@radical Collation by radical zh_TW.dechanyu@stroke Collation by stroke zh_TW.dechanyu Chuyin (phonetic) collation Locales using Taiwanese EUC: zh_TW.eucTW Collation using internal code order zh_TW.eucTW@radical Collation by radical zh_TW.eucTW@stroke Collation by stroke zh_TW.eucTW@chuyin Chuyin (phonetic) collation Locales using Big-5: zh_TW.big5 Collation using internal code order zh_TW.big5@radical Collation by radical zh_TW.big5@stroke Collation by stroke zh_TW.big5@chuyin Chuyin (phonetic) collation · For Traditional Chinese, Hong Kong: Locales using DEC Hanyu: zh_HK.dechanyu Collation using internal code order Locales using Taiwanese EUC: zh_HK.eucTW Collation using internal code order Locales using Big-5: zh_HK.big5 Collation using internal code order · For Simplified Chinese, Hong Kong: Locales using DEC Hanzi: zh_HK.dechanzi Collation using internal code order · For Simplified Chinese, PRC: Locales using DEC Hanzi: zh_CN.dechanzi Collation using internal code order zh_CN.dechanzi@radical Collation by radical zh_CN.dechanzi@stroke Collation by stroke zh_CN.dechanzi@pinyin Pinyin (Phonetic) collation Locales using GBK zh_CN.GBK Collation using internal code order The asort(1) reference page contains more information on the collation sequences used for Asian languages. You can use the locale command (see locale(1)) to display the names of locales installed on your system. See i18n_intro(5) for information on setting locale from the operating system command line. For the Common Desktop environment (CDE), you also need to set your session language to an appropriate value by using the Language menu, which you access by clicking on the Options button of the Login window. Keyboards, Input Servers, and Input Methods The operating system supports the following Chinese keyboards: · For Traditional Chinese: LK201-D LK401-D · For Simplified Chinese: LK201-C LK401-C See the keyboard(5) reference page for information about loading keyboard mapping tables (keymaps) for keyboards. To support Chinese input in a Motif application environment such as CDE, the operating system provides the following input servers: · For Traditional Chinese: dxhanyuim See dxhanyuim(1X) for more information. · For Simplified Chinese: dxhanziim See dxhanziim(1X) for more information. The appropriate input server is started automatically for a CDE session based on the locale setting chosen through the login window. See the appropriate input server reference page for information about starting an input server from the command line. The operating system supports the following Chinese input methods, listed by name under the written language with which the methods are used. Next to the name is the function key used to switch to that input method when the window for the input server is active. · For Traditional Chinese: (These input methods are enabled when the dxhanyuim server is running.) Internal code, F8 Phonetic, F10 Phrase, F9 Quick Tsang-Chi, F7 Symbol Tsang-Chi, F6 Note that there are no locales to support the Shift Big-5 and Telecode character sets, so these characters cannot be input directly. · For Simplified Chinese: (These input methods are enabled when the dxhanziim server is running.) 5-stroke, F6 5-Shape, F10 Pin-Yin, or Phonetic, F8 Qu-Wei or Row-Column in GB2312-80, F7 Telex Code, F9 Phrase Input, F5 Intelligent ABC, F4 Of these input methods, the Intelligent ABC input method is the most recent implementation. It is also the input method used on PCs running Microsoft Windows. For the following terminals or keyboard settings, you can toggle between the English input mode and Chinese input mode by using a particular key or key sequence: · For either Traditional Chinese on a VT382-D terminal keyboard or Simplified Chinese on a VT382-C terminal keyboard, press Compose. · In CDE when LK201 is the keyboard setting, hold down the Compose key while pressing the Space bar (Compose+Space). · In CDE when LK401 is the keyboard setting, use either Compose+Space or Shift+Space. · In CDE for PC-style keyboard settings, use Shift+Space (for Hanzi) or Alt+Space (for Hanyu) The preceding key sequences are defaults. You can override them by setting other keys to perform the same function. Chinese Terminals The operating system supports the VT382-D and the VT382-C terminals for Traditional Chinese and Simplified Chinese, respectively. Running X and Motif Applications X or Motif applications require non-ASCII fonts to display Chinese characters. Therefore, the font path must be set appropriately before starting an application that displays Chinese characters. An application can find Chinese fonts for codesets other than GBK in either of the following directories: · /usr/i18n/lib/X11/fonts/decwin/75dpi, for low resolution display · /usr/i18n/lib/X11/fonts/decwin/100dpi, for high resolution display Chinese fonts for the GBK codeset are installed in /usr/i18n/lib/X11/fonts/SChineseTT. For applications running under CDE, you should not need to enter manual commands to ensure that the appropriate fonts are found as long as those fonts are installed on the system or available through a font server. For other applications, you can use the following command to check the font path: % xset q If one of the directories in the preceding list is not in the font path, the following example shows how to add the directory. You can substitute 100dp for 75dpi if you want high resolution display. % xset +fp /usr/i18n/lib/X11/decwin/75dpi/ % xset fp rehash Printers The operating system supports the following Chinese printers, grouped by language. The associated print filter is noted in parentheses following the printer name. · For Traditional Chinese: CP382-D (cp382dof) The CP382-D is a Chinese dot matrix printer. DEClaser 1152 (dl152wrof) The DEClaser 1152 is a PostScript printer that uses the font- faulting technique to download fonts. DEClaser 5100, model LN09X-HD (dl5100wrof) The DEClaser 5100 is a PostScript printer that uses a built-in font disk. Others The operating system also supports text printers that have built- in Traditional Chinese fonts and text printers to which Traditional Chinese fonts can be downloaded. · For Simplified Chinese: LA88-C (la88cof) The LA88-C is a Chinese dot matrix printer. LA380-CB (la380cbof) The LA380-CB is a Chinese graphic line printer. DEClaser 1152 (dl1152wrof) The DEClaser 1152 is a PostScript printer that uses the font- faulting technique to download fonts. DEClaser 5100, model LN09-HD, (dl5100wrof) The DEClaser 5100 is a PostScript printer that uses a built-in font disk. In addition, the pcfof and wwpsof generic print filters are available for use with many other printers to support Chinese printing. For more information on setting up and configuring printers, refer to i18n_printing(5) and lprsetup(8).

SEE ALSO

Commands: asort(1), locale(1), lp(1), lpr(1), dxhanyuim(1X), dxhanziim(1X), xset(1X), lpd(8), lprsetup(8) Files: printcap(4) Others: big5(5), code_page(5), dechanyu(5), dechanzi(5), eucTW(5), GBK(5), i18n_intro(5), i18n_printing(5), iconv_intro(5), keyboard(5), l10n_intro(5), sbig5(5), telecode(5), Unicode(5) Writing Software for the International Market

Index Index for
Section 5
Index Alphabetical
listing for C
Index Top of
page