0
|
1
|
|
2
|
|
3
|
|
4 XIMCONF(4) UNIX Programmer's Manual XIMCONF(4)
|
|
5
|
|
6
|
|
7
|
|
8 NNAAMMEE
|
|
9 ximconf - Configuration file of Input Manager of the X Win-
|
|
10 dow System Version 11 (xwnmo(1X))
|
|
11
|
|
12 SSYYNNOOPPSSIISS
|
|
13 //uussrr//llooccaall//lliibb//wwnnnn//xxiimmccoonnff
|
|
14
|
|
15 DDEESSCCRRIIPPTTIIOONN
|
|
16 In the _x_i_m_c_o_n_f file, configurations of _x_w_n_m_o are wrote. As
|
|
17 configurations; environments of each supported languages(the
|
|
18 relation between internal locale and external locale,
|
|
19 CSWIDTH(code set width), whether use conversion server or
|
|
20 not and etc.), default locale and locale for world environ-
|
|
21 ment.
|
|
22
|
|
23 Lines that start with a semicolon (;) are comments.
|
|
24
|
|
25 CCooddiinngg ffoorrmmaatt::
|
|
26
|
|
27 {ext_locale}[|{ext_locale}|...] {lang}
|
|
28 {internal_locale} {cswidth} {using_server} {code_trans}
|
|
29 or
|
|
30 setdefaultlocale {def_locale}
|
|
31 or
|
|
32 setworldlocale {world_locale}
|
|
33
|
|
34
|
|
35 eexxtt__llooccaallee
|
|
36 Specifies a locale name which is used by client.
|
|
37 If a client requests _x_w_n_m_o to use the ext_locale,
|
|
38 _x_w_n_m_o will refer the client to lang,
|
|
39 internal_locale and etc. in same line. Plural
|
|
40 ext_locale can be specified with separator '|'.
|
|
41
|
|
42 llaanngg Specifies a lang name which is referred as LANG
|
|
43 name on Wnn environment. Please refer manuals for
|
|
44 serverdefs or uumrc of Wnn.
|
|
45
|
|
46 iinntteerrnnaall__llooccaallee
|
|
47 Specifies a locale name which is used as internal
|
|
48 locale by _x_w_n_m_o. The Wnn library can process only
|
|
49 EUC encoding. Therefore _x_w_n_m_o must use locales are
|
|
50 subset of EUC. Must specify locales are subset of
|
|
51 EUC in internal_locale.
|
|
52
|
|
53 ccsswwiiddtthh Specifies CSWIDTH(code set width) of
|
|
54 internal_locale. Code format of CSWIDTH follows.
|
|
55 CSWIDTH=b1[:c1][,b2[:c2][,b3[:c3]]]
|
|
56 "b1-b3" is byte length of each code set(except SS2
|
|
57 or SS3).
|
|
58 "c1-c3" is column length of each code set.
|
|
59 "b1" and "c1" is for code set 1.
|
|
60 "b2" and "c2" is for code set 2.
|
|
61 "b3" and "c3" is for code set 3.
|
|
62
|
|
63 uussiinngg__sseerrvveerr
|
|
64 Specifies whether this language environment uses
|
|
65 its conversion server or not. If ``True'' or
|
|
66 ``TRUE'' is specified, the conversion server will
|
|
67 be used. Otherwise it will not be used. For exam-
|
|
68 ple; in case of Latin languages, input of those
|
|
69 languages will be realized with automaton conver-
|
|
70 sion.
|
|
71
|
|
72 ccooddee__ttrraannss
|
|
73 In case of peculiar languages(e.g. Chinese), it is
|
|
74 necessary to translate internal code to code for
|
|
75 drawing (e.g. Yincoding of Chinese). In those
|
|
76 language, code_trans specifies the translation
|
|
77 method as string. Otherwise ``Normal'' must be
|
|
78 specified in code_trans. Currently, only ``Yin-
|
|
79 coding'' is support. It is for Yincoding of
|
|
80 Chinese.
|
|
81
|
|
82 ddeeff__llooccaallee
|
|
83 Specifies default locale name. If locale for
|
|
84 Root-mode is empty or "C" locale, this default
|
|
85 locale will be used. If def_locale is not speci-
|
|
86 fied, DEFAULT_LANG will be used as default locale.
|
|
87 DEFAULT_LANG depends on environment of compiling.
|
|
88 If you want to know DEFAULT_LANG, set the resource
|
|
89 langName as NULL, set the environment variable
|
|
90 LANG as "C" and execute _x_w_n_m_o. Then _x_w_n_m_o will
|
|
91 print the message "I try to set locale to default
|
|
92 ???.". This ??? is DEFAULT_LANG.
|
|
93
|
|
94 wwoorrlldd__llooccaallee
|
|
95 Specifies locale for world environment. If a
|
|
96 client requests _x_w_n_m_o to use this world locale,
|
|
97 _x_w_n_m_o will create multi-language environment for
|
|
98 the client. If world_locale is not specified,
|
|
99 "wr_WR.ct" will be used as default.
|
|
100
|
|
101 SSEEEE AALLSSOO
|
|
102 xwnmo(1X)
|
|
103
|
|
104 CCOOPPYYRRIIGGHHTT
|
|
105 Copyright 1992 by OMRON Corporation
|
|
106 Copyright 1992 by Massachusetts Institute of Technology
|
|
107
|
|
108 AAUUTTHHOORR
|
|
109 Seiji Kuwari (OMRON Corporation)
|
|
110
|
|
111
|
|
112
|
|
113 Printed 12/1/92 Release 5 2
|
|
114
|
|
115
|
|
116
|
|
117
|
|
118
|
|
119
|
|
120
|
|
121
|
|
122
|
|
123
|
|
124
|
|
125
|
|
126
|
|
127
|
|
128
|
|
129
|
|
130
|
|
131
|
|
132
|
|
133
|
|
134
|
|
135
|
|
136
|
|
137
|
|
138
|
|
139
|
|
140
|
|
141
|
|
142
|
|
143
|
|
144
|
|
145
|
|
146
|
|
147
|
|
148
|
|
149
|
|
150
|
|
151
|
|
152
|
|
153
|
|
154
|
|
155
|
|
156
|
|
157
|
|
158
|
|
159
|
|
160
|
|
161
|
|
162
|
|
163
|
|
164
|
|
165
|
|
166
|
|
167
|
|
168
|
|
169
|
|
170
|
|
171
|
|
172
|
|
173
|
|
174
|
|
175
|
|
176
|
|
177
|
|
178
|
|
179
|
|
180
|
|
181
|
|
182
|
|
183
|
|
184
|
|
185
|
|
186
|
|
187
|
|
188
|
|
189
|
|
190
|
|
191
|
|
192
|
|
193
|
|
194
|
|
195
|
|
196
|
|
197
|
|
198
|