summaryrefslogtreecommitdiffstats
path: root/chinese/scim-pinyin/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/scim-pinyin/pkg-message')
-rw-r--r--chinese/scim-pinyin/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/chinese/scim-pinyin/pkg-message b/chinese/scim-pinyin/pkg-message
new file mode 100644
index 000000000..9e61f11cd
--- /dev/null
+++ b/chinese/scim-pinyin/pkg-message
@@ -0,0 +1,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
+
+--------------------------------------------------------------------