1GCIN(1) gcin input method platform GCIN(1)
2
3
4
6 gcin - an input method server
7
9 gcin [-h|-v|--version]
10
12 gcin is an input method(IM) server, which focused mainly on Traditional
13 Chinese. It is also very useful for Simplified Chinese, Japanese, and
14 many other languages. IM table format of gcin is almost as same as
15 those of scim and xcin. Users may append their IMs to gcin very easily.
16 The "g" of gcin means that it features a better GTK+2 user interface.
17
18 If you are looking for gcin's configuration tool, please see the man‐
19 page of gcin-setup.
20
22 -h, -v, --version
23 Show version of gcin.
24
26 /usr/share/gcin/table/gtab.list
27 Input methods available for gcin. You may copy it to
28 $HOME/.gcin/ and edit it as you like. If you have no
29 $HOME/.gcin/gtab.list, /usr/share/gcin/table/gtab.list will be
30 used.
31
32 /usr/share/gcin/script/utf8-edit
33 A file helps gcin finding text editors when needed. You may add
34 any UTF-8 compatible text editor you like into it.
35
37 LC_CTYPE
38 For bash: export LC_CTYPE=zh_TW.UTF-8
39 For csh: setenv LC_CTYPE zh_TW.UTF-8
40
41 XMODIFIERS
42 For bash: export XMODIFIERS=@im=gcin
43 For csh: setenv XMODIFIERS @im=gcin
44
45 GTK_IM_MODULE
46 For bash: export GTK_IM_MODULE=gcin
47 For csh: setenv GTK_IM_MODULE gcin
48
49 QT_IM_MODULE
50 For bash: export QT_IM_MODULE=gcin
51 For csh: setenv QT_IM_MODULE gcin
52 If your QT3 library does not support immodule, you should set it
53 as "xim".
54
55 GCIN_CONNECT_MSG_ON
56 Display messages for socket connections.
57
58 GCIN_DBG_TMP
59 Display additional debug messages.
60
61 GCIN_ERR_COREDUMP
62 Option for debugging.
63
64 GCIN_IM_CLIENT_NO_AUTO_EXEC
65 Disable gcin protocol's auto-evoked feature.
66
67 GCIN_OUTPUT_FILTER
68 Assign output filter to process data before the IM server send
69 them to clients.
70
71 GCIN_TABLE_DIR
72 Assign IM tables' directory other then /usr/share/gcin/table.
73
74 GCIN_XIM
75 Assign gcin XIM server's XIM name.
76
78 gcin-setup(1), gcin2tab(1), phoa2d(1), juyin-learn(1), gcin-message(1).
79
81 Edward Der-Hua Liu <cp76@csie.nctu.edu.tw>
82 Wrote gcin and associated tools.
83
84 Friend of Chanjei IM, Malaysia <www.chinesecj.com>
85 Author of original Chanjei IM version 5 table.
86
87 Dayi Co., Ltd. <http://www.dayi.com>
88 Author of Dayi IM.
89
90
91
92GCIN 1.3.8 21 JAN 2008 GCIN(1)