Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxhanyuim(1x) [osf1 man page]

dxhanyuim(1X)															     dxhanyuim(1X)

NAME
dxhanyuim - An input server for Traditional Chinese DESCRIPTION
In a Motif environment such as CDE, Asian language input methods are supported by independent processes called input servers. The Tradi- tional Chinese input server (dxhanyuim) is an X client process that can run on a standard X server, provided that the server system has the required Traditional Chinese fonts installed. This means that the input server can run on any system that can access your X display device, including the device itself. Starting the Input Server If your CDE session language is set to Traditional Chinese, the Traditional Chinese input server is started automatically, and both the language setting and the Traditional Chinese input method is available for applications that you start during that session. If your session language is not set to Traditional Chinese, you can switch to Traditional Chinese from a terminal emulation window by setting the LANG environment variable to a Traditional Chinese locale. From the same terminal emulation window, you must also use the command line to start the Traditional Chinese input method server and then other applications in which you want to use Traditional Chinese. You can start the input server on your local workstation by using the following command: % /usr/bin/X11/dxhanyuim & If you want to start the input server on a remote system, log on the remote system, and enter the following commands. Substitute the name of your local system for <display_name> in the first command. % setenv DISPLAY <display_name>:0 % /usr/bin/X11/dxhanyuim & After the input server is started, any Motif applications that have been internationalized to support Traditional Chinese can communicate with the server to obtain input method services. However, remember that these applications must be started after the server is started. RESTRICTIONS
This input server uses X11R6. It can connect to input-method clients running X11R4, X11R5, or X11R6 under the same locale. However, support for multiple monitors (multi-head systems) is available only to clients also running X11R6. Support for multiple monitors is not available to input-method clients using X11R5 or X11R4. If you are using a PC-style keyboard, the input server may not recognize the Backspace key as the way to delete the previous character in the input method preediting area. In this case, you must use the Delete key to delete the character. The default Alt-Space key sequence for activating and deactivating the input method may not work under CDE. In this case, invoke the dialog box for Input Method Customization and change the key sequence for Start Input Method and End Input Method to be something other than Alt- Space. For example, you could change the sequence to be Ctrl-Space. SEE ALSO
Commands: dxhanyuim(1X), dxhanziim(1X), dxjim(1X), locale(1) Others: Chinese(5), i18n_intro(5), l10n_intro(5) dxhanyuim(1X)

Check Out this Related Man Page

telecode(5)							File Formats Manual						       telecode(5)

NAME
telecode - A character encoding system (codeset) for Traditional Chinese DESCRIPTION
The Telecode codeset (called Mitac Telex in early versions of the operating system) consists of 2 character planes. Each character plane has 8836 character positions. In plane 1, standard characters occupy positions 0001 to 8045; the remaining 791 positions are for user- defined characters. In plane 2, standard characters occupy positions 0001 to 8489; the remaining 346 positions are for user-defined charac- ters. Telecode uses 2-byte values to represent characters on both planes. Plane 1 Character Encoding To differentiate plane 1 code from plane 2 code, the most significant bit (MSB) is set on in both bytes of a plane 1 character code. The following formula calculates the value of a plane 1 character from its position on the plane: 1st byte = M + 161 2nd byte = N + 161 - M x 94 In this formula, N is the position of the character and M = N / 94. For example, if a character is at position 2502 on plane 1, its encoding value is BBDB, which is calculated as follows: N = 2502, M = 2502/94 = 26 1st byte = 26 + 161 = 187 2nd byte = 2502 + 161 - 26 x 94 = 219 Plane 2 Character Encoding To differentiate plane 2 code from plane 1 code, the MSB of the first byte is set on and that of the second byte is set off for each plane 2 character code. The following formula calculates the value of a plane 2 character from its position: 1st byte = M + 161 2nd byte = N + 33 - M x 94 In this formula, N is the position of the character on the plane and M = N / 94. For example, if a character is at position 2502 on plane 2, its encoding value is BB5B, which is calculated as follows: N = 2502, M = 2502/94 = 26 1st byte = 26 + 161 = 187 2nd byte = 2502 + 33 - 26 x 94 = 91 Codeset Conversion The following codeset converter pairs are available for converting Traditional Chinese characters between telecode and other encoding for- mats. Refer to iconv_intro(5) for an introduction to codeset conversion. For more information about the other codeset for which telecode is the input or output, see the reference page specified in the list item. big5_telecode, telecode_big5 Converting from and to the Big-5 codeset: big5(5). Note that Big-5 encoding is equivalent to the Microsoft code-page format used on PCs for Traditional Chinese. You can therefore use these converters to convert Traditional Chinese characters between PC code page format and Telecode encoding format. For more infor- mation on how the operating system supports PC code pages, see code_page(5). dechanyu_telecode, telecode_dechanyu Converting from and to the DEC Hanyu codeset: dechanyu(5). eucTW_telecode, telecode_eucTW Converting from and to Taiwanese Extended UNIX Code: eucTW(5). Font Support for Telecode The operating system supports Telecode only through conversion to another codeset. SEE ALSO
Commands: locale(1) Others: ascii(5), big5(5), Chinese(5), code_page(5), dechanyu(5), dechanzi(5), eucTW(5), GBK(5), i18n_intro(5), i18n_printing(5), iconv_intro(5), l10n_intro(5), sbig5(5) telecode(5)
Man Page