 |
» |
|
|
 |
|  |  |
Supported IMS |  |
The type of IMS (Input Method Server) supported for each Asian language
is shown below. Table 2-1 System Environments and Supported Input Methods | System Environment | Supported IMS |
|---|
| Japanese: | XJIM, ATOK8, ATOK X, VJE-γ,
EGBridge | | Korean: | XKIM | | Simplified Chinese: | XSIM | | Traditional Chinese: | XTIM |
Function of dtimsstart[1] |  |
dtimsstart
allows a user to select one IMS. Before using
dtimsstart
, the user should set the environment variable
LANG
properly since
dtimsstart
changes its behavior according to the
LANG
value.
dtimsstart
sets the environment variable
XMODIFIERS
appropriately to connect with the selected IMS so that
a user can use the IMS without any additional configuration. If you choose an Asian locale on the HP-UX CDE environment,
dtimsstart
is automatically started immediately after the user logs
in. More precisely,
dtimsstart
is invoked automatically at
Xsession
startup (user login) by the script
/usr/dt/config/Xsession.d/0020.dtims
. Selection of the Input Method |  |
For Japanese locales (
ja_JP.SJIS
,
ja_JP.eucJP
,
ja_JP.kana8
,
ja_JP.utf8
)
dtimsstart
displays the selection window as shown below. By selecting
one of the listed IMSs and clicking the
OK
button,
dtimsstart
will start the selected IMS. For other operations on
this window, selecting the
Help
button gives more explanation. The last selection (showing
up in Japanese) means "No Japanese Input". For Korean locales (
ko_KR
.
eucKR
,
ko_KR.utf8
):
dtimsstart
starts XKIM without showing the selection window because
only one IMS, XKIM, is supported for both locales. For Simplified Chinese locales (
zh_CN.gb18030
,
zh_CN.hp15CN
,
zh_CN.utf8
):
dtimsstart
starts XSIM without showing the selection window because
only one IMS, XSIM, is supported for both locales. For Traditional Chinese locales (
zh_TW.eucTW
,
zh_TW.big5
,
zh_TW.ccdc
,
zh_TW.utf8
):
dtimsstart
starts XTIM without showing the selection window because
only one IMS, XTIM, is supported for these locales. For HongKong locales (
zh_HK.big5
,
zh_HK.utf8
):
dtimsstart
starts XTIM without showing the selection window because
only one IMS, XTIM, is supported for both locales.
 |  |  |  |  | NOTE: XKIM and XSIM do not have a visible main window, like
other Asian IMS. To quit XKIM or XSIM, use
kill(1)
command or terminate the X server. |  |  |  |  |
Simple Test |  |
This section describes a simple test procedure to confirm
that the Asian system environment is configured. Japanese Environment Test With KeyboardThese descriptions are based on only
xjim
. Set the input field in the foreground
Your process will automatically connect with
xjim
foreground; then check that the cursor is in the input
field. Enable input
Hit the left
Alt
key (
ExtendChar
) or
Ctrl+Space
to enable IMS input. Then a status window will appear
at the bottom of the focused window. Change input mode
Hit the
F3
key to change its mode to input two-byte Roman characters. Input characters
Input some characters. They are displayed inverse video,
and when the
Return
key is pressed, fixed strings are sent to the application.
To exit
xjim
input mode, hit the left
Alt
key (
ExtendChar
) or
Ctrl+Space
. The system will return to normal input mode immediately. Korean Environment Test With KeyboardThese descriptions are based on only
xkim
. Set the input field in the foreground
Your process will automatically connect with
xkim
foreground; then check that the cursor is in the input
field. Enable input
Hit the right
Alt
key (
ExtendChar
) to enable IMS input. Then, the status window appears
at the bottom of the focused window. Change input mode
Hit the
F9
key to change its mode to input two-byte Roman characters. Input characters
Input some characters. Two-byte roman characters are
displayed.
To exit
xkim
input mode, hit the left
Alt
key (
ExtendChar
). The system will return to normal input mode immediately. Simplified Chinese Environment Test With KeyboardThese descriptions are based on only
xsim
. Set the input field in the foreground
Your process will automatically connect with
xsim
foreground; then check that the cursor is in the input
field. Enable input
Hit the right
Alt
key (
ExtendChar
) to enable IMS input. Then, status window appears at the
bottom of the focused window. Change input mode
Hit
F12
key to change its mode to input two-byte Roman characters. Input characters
Input some characters. Two-byte roman characters are
displayed.
To exit
xsim
input mode, hit the left
Alt
key (
ExtendChar
). The system will return to normal input mode immediately. Traditional Chinese Environment Test With KeyboardThese descriptions are based on only
xtim
. Set the input field in the foreground
Your process will automatically connect with
xtim
foreground; then check that the cursor is in the input
field. Enable input
Hit the right
Alt
key (
ExtendChar
) to enable IMS input. Then, the status window appears
at the bottom of the focused window. Change input mode
Hit the
Shift+F9
key to change its mode to input two-byte Roman characters. Input characters
Input some characters. Two-byte roman characters are
displayed.
To exit
xtim
input mode, hit the left
Alt
key (
ExtendChar
). The system will return to normal input mode immediately.
|