summaryrefslogtreecommitdiff
path: root/chinese/scim-pinyin/pkg-message
blob: 9e61f11cd1b4104e41aa6978a561228687b29fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--------------------------------------------------------------------
Remember to set environment variable XMODIFIERS:

  csh/tcsh: setenv XMODIFIERS @im=SCIM
  sh/bash:  export XMODIFIERS='@im=SCIM'

and set LANG, LC_CTYPE to one of the following values:

  Simplified Chinese:
    zh_CN.UTF-8, zh_CN.GB18030, zh_CN.GBK, zh_CN.GB2312, zh_CN.eucCN

  Traditional Chinese:
    zh_TW.UTF-8, zh_TW.Big5
    zh_HK.UTF-8, zh_HK.Big5-HKSCS

To start the SCIM input method daemon, use command:

  scim -d

--------------------------------------------------------------------