about summary refs log tree commit diff
path: root/localedata/locales/zh_CN
blob: 7c98bc9f8de477e7bffaf5169f09d8ba2a5cde1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
comment_char %
escape_char  /
%
% Chinese language locale for the Peoples Republic of China
%
% This work is based on ISO PDTR 14652, Unicode 3.0, locale definition
% file for zh_CN revision 1.0 (hashao@china.com, 1999-04-28) and
% charmap file for GBK version 1.0 (sean.chen@turbolinux.com).
%
% The file is designed to work with multiple charsets.  To ease the
% maintance and adding support for new charsets, all characters are
% in UCS notation and presented in Unicode order.
%
% Changelog:
% Tue Jul 25 2000 Yong Li <rigel863@hotmail.com>
% - first version for glibc 2.2

LC_IDENTIFICATION
title      "Chinese locale for Peoples Republic of China"
source     ""
address    ""
contact    ""
email      "bug-glibc@gnu.org"
tel        ""
fax        ""
language   "zh"
territory  "CN"
revision   "0.1"
date       "2000-07-25"
%
category  "zh_CN:2000";LC_IDENTIFICATION
category  "zh_CN:2000";LC_CTYPE
category  "zh_CN:2000";LC_COLLATE
category  "zh_CN:2000";LC_TIME
category  "zh_CN:2000";LC_NUMERIC
category  "zh_CN:2000";LC_MONETARY
category  "zh_CN:2000";LC_MESSAGES
category  "zh_CN:2000";LC_PAPER
category  "zh_CN:2000";LC_NAME
category  "zh_CN:2000";LC_ADDRESS
category  "zh_CN:2000";LC_TELEPHONE

END LC_IDENTIFICATION


LC_CTYPE

upper /
% Basic Latin/
	<U0041>..<U005A>;/
% Fullwidth Latin letters/
	<UFF21>..<UFF3A>;/
% Greek/
	<U0391>..<U03A1>;<U03A3>..<U03A9>;/
% Cyrillic/
	<U0401>;<U0410>..<U042F>

lower /
% Basic Latin/
	<U0061>..<U007A>;/
% Fullwidth Latin letters/
	<UFF41>..<UFF5A>;/
% Greek/
	<U03B1>..<U03C1>;<U03C3>..<U03C9>;/
% Cyrillic/
	<U0430>..<U044F>;<U0451>;/
% Latin-1/
	<U00E0>;<U00E1>;<U00E8>;<U00E9>;<U00EA>;<U00EC>;<U00ED>;<U00F2>;/
	<U00F3>;<U00F9>;<U00FA>;<U00FC>;/
% Latin Extensions/
	<U0101>;<U0113>;<U011B>;<U012B>;<U0144>;<U0148>;<U014D>;<U016B>;/
	<U01CE>;<U01D0>;<U01D2>;<U01D4>;<U01D6>;<U01D8>;<U01DA>;<U01DC>;/
	<U0251>;<U0261>

alpha 	<U0041>..<U005A>;<U0061>..<U007A>;/
	<UFF21>..<UFF3A>;<UFF41>..<UFF5A>;/
	<U0391>..<U03A1>;<U03A3>..<U03A9>;/
	<U03B1>..<U03C1>;<U03C3>..<U03C9>;/
	<U0401>;<U0410>..<U042F>;<U0430>..<U044F>;<U0451>;/
	<U0101>;<U00E1>;<U01CE>;<U00E0>;<U0113>;<U00E9>;<U011B>;<U00E8>;/
	<U012B>;<U00ED>;<U01D0>;<U00EC>;<U014D>;<U00F3>;<U01D2>;<U00F2>;/
	<U016B>;<U00FA>;<U01D4>;<U00F9>;<U01D6>;<U01D8>;<U01DA>;<U01DC>;/
	<U00FC>;<U00EA>;<U0144>;<U0148>;<U0251>;<U0261>;/
% Roman Numbers/
	<U2160>..<U216B>;<U2170>..<U2179>;/
% Hiragana/
	<U3041>..<U3093>;<U309B>;<U309C>;<U309D>;<U309E>;/
% Katakana/
	<U30A1>..<U30F6>;<U30FC>;<U30FD>;<U30FE>;/
% Bopomofo/
	<U3105>..<U3129>

digit   <U0030>..<U0039>;/
% Fullwidth digits/
	<UFF10>..<UFF19>

outdigit <U0030>..<U0039>

xdigit  <U0030>..<U0039>;/
        <U0041>..<U0046>;/
        <U0061>..<U0066>

% blank: space, tab, ideographic space
blank   <U0020>;<U0009>;<U3000>

% space: tab, newline, vertical-tab, form-feed, carriage-return, space
space   <U0009>;<U000A>;<U000B>;<U000C>;<U000D>;<U0020>;<U3000>

% cntrl: all C0 and C1 control characters
cntrl   <U0000>..<U001F>;<U007F>..<U009F>

punct /
% Based on ISO14652 "i18n" with following modifications:/
%     1. remove digits and alphabets from full-width forms/
%     2. add box drawing elements/
% Basic Latin/
	<U0021>..<U002F>;<U003A>..<U0040>;<U005B>..<U0060>;<U007B>..<U007E>;/
% Latin-1 Supplement/
	<U00A4>;<U00A7>;<U00A8>;<U00B0>;<U00B1>;<U00B7>;<U00D7>;/
% General Punctuation/
	<U2010>;<U2013>..<U2016>;<U2018>;<U2019>;<U201C>;<U201D>;<U2025>;/
	<U2026>;<U2030>;<U2032>;<U2033>;<U2035>;<U203B>;/
% Letterlike Symbols/
	<U2103>;<U2105>;<U2109>;<U2116>;<U2121>;/
% Mathematical Operators and Miscellaneous Technical/
	<U2208>;<U220F>;<U2211>;<U2215>;<U221A>;<U221D>;<U221E>;<U221F>;/
	<U2220>;<U2223>;<U2225>;<U2227>;<U2228>;<U2229>;<U222A>;<U222B>;/
	<U222E>;<U2234>;<U2235>;<U2236>;<U2237>;<U223D>;<U2248>;<U224C>;/
	<U2252>;<U2260>;<U2261>;<U2264>;<U2265>;<U2266>;<U2267>;<U226E>;/
	<U226F>;<U2295>;<U2299>;<U22A5>;<U22BF>;/
	<U2312>;/
% Box Drawing/
        <U2500>..<U254B>;<U2550>..<U2573>;/
% Block Elements/
	<U2581>..<U258F>;<U2593>;<U2594>;<U2595>;/
% Geometric Shapes/
	<U25A0>;<U25A1>;<U25B2>;<U25B3>;<U25BC>;<U25BD>;<U25C6>;<U25C7>;/
	<U25CB>;<U25CE>;<U25CF>;<U25E2>;<U25E3>;<U25E4>;<U25E5>;/
% Miscellaneous Symbols/
	<U2605>;<U2606>;<U2609>;<U2640>;<U2642>;/
% CJK Symbols and Punctuation/
	<U3001>;<U3002>;<U3003>;<U3005>..<U3017>;<U301D>;<U301E>;/
% Enclosed CJK Letters and Months/
	<U3220>..<U3229>;<U3231>;<U32A3>;/
% CJK Compatibility/
	<U338E>;<U338F>;<U339C>;<U339D>;<U339E>;<U33A1>;<U33C4>;<U33CE>;/
	<U33D1>;<U33D2>;<U33D5>;/
% CJK Compatibility Forms/
	<UFE49>..<UFE4F>;/
% Small Form Variants/
	<UFE50>;<UFE51>;<UFE52>;<UFE54>;<UFE55>;<UFE56>;<UFE57>;<UFE59>;/
	<UFE5A>..<UFE66>;<UFE68>;<UFE69>;<UFE6A>;<UFE6B>;/
% Fullwidth Forms/
	<UFF01>..<UFF0F>;<UFF1A>..<UFF20>;<UFF3B>..<UFF40>;<UFF5B>..<UFF5E>;/
	<UFFE0>..<UFFE5>

graph /
% Basic Latin/
	<U0021>..<U007E>;/
% Latin-1 Supplement/
	<U00A4>;<U00A7>;<U00A8>;<U00B0>;<U00B1>;<U00B7>;<U00D7>;<U00E0>;/
	<U00E1>;<U00E8>;<U00E9>;<U00EA>;<U00EC>;<U00ED>;<U00F2>;<U00F3>;/
	<U00F7>;<U00F9>;<U00FA>;<U00FC>;/
% Latin Extensions/
	<U0101>;<U0113>;<U011B>;<U012B>;<U0144>;<U0148>;<U014D>;<U016B>;/
	<U01CE>;<U01D0>;<U01D2>;<U01D4>;<U01D6>;<U01D8>;<U01DA>;<U01DC>;/
	<U0251>;<U0261>;/
% Mandarin tone sympols/
	<U02C7>;<U02C9>;<U02CA>;<U02CB>;<U02D9>;/
% Greek/
	<U0391>..<U03A1>;<U03A3>..<U03A9>;/
	<U03B1>..<U03C1>;<U03C3>..<U03C9>;/
% Cyrillic/
	<U0401>;<U0410>..<U044F>;<U0451>;/
% General Punctuation/
	<U2010>;<U2013>..<U2016>;<U2018>;<U2019>;<U201C>;<U201D>;<U2025>;/
	<U2026>;<U2030>;<U2032>;<U2033>;<U2035>;<U203B>;/
% Letterlike Symbols/
	<U2103>;<U2105>;<U2109>;<U2116>;<U2121>;/
% Roman Numbers/
	<U2160>..<U216B>;<U2170>..<U2179>;/
% Arrows/
	<U2190>..<U2193>;<U2196>..<U2199>;/
% Mathematical Operators and Miscellaneous Technical/
	<U2208>;<U220F>;<U2211>;<U2215>;<U221A>;<U221D>;<U221E>;<U221F>;/
	<U2220>;<U2223>;<U2225>;<U2227>;<U2228>;<U2229>;<U222A>;<U222B>;/
	<U222E>;<U2234>;<U2235>;<U2236>;<U2237>;<U223D>;<U2248>;<U224C>;/
	<U2252>;<U2260>;<U2261>;<U2264>;<U2265>;<U2266>;<U2267>;<U226E>;/
	<U226F>;<U2295>;<U2299>;<U22A5>;<U22BF>;/
	<U2312>;/
% Enclosed Alphanumerics/
	<U2460>..<U2469>;<U2474>..<U249B>;/
% Box Drawing/
	<U2500>..<U254B>;<U2550>..<U2573>;/
% Block Elements/
	<U2581>..<U258F>;<U2593>;<U2594>;<U2595>;/
% Geometric Shapes/
	<U25A0>;<U25A1>;<U25B2>;<U25B3>;<U25BC>;<U25BD>;<U25C6>;<U25C7>;/
	<U25CB>;<U25CE>;<U25CF>;<U25E2>;<U25E3>;<U25E4>;<U25E5>;/
% Miscellaneous Symbols/
	<U2605>;<U2606>;<U2609>;<U2640>;<U2642>;/
% CJK Symbols and Punctuation/
	<U3001>;<U3002>;<U3003>;<U3005>..<U3017>;<U301D>;<U301E>;/
	<U3021>..<U3029>;/
% Hiragana/
	<U3041>..<U3093>;<U309B>;<U309C>;<U309D>;<U309E>;/
% Katakana/
	<U30A1>..<U30F6>;<U30FC>;<U30FD>;<U30FE>;/
% Bopomofo/
	<U3105>..<U3129>;/
% Enclosed CJK Letters and Months/
	<U3220>..<U3229>;<U3231>;<U32A3>;/
% CJK Compatibility/
	<U338E>;<U338F>;<U339C>;<U339D>;<U339E>;<U33A1>;<U33C4>;<U33CE>;/
	<U33D1>;<U33D2>;<U33D5>;/
% Private/
% symbols/
	<UE7C7>;<UE7C8>;<UE7E7>..<UE7F3>;/
% hanzi/
	<UE815>..<UE864>;/
% CJK Compatibility Forms/
	<UFE30>;<UFE31>;<UFE33>..<UFE44>;<UFE49>..<UFE4F>;/
% Small Form Variants/
	<UFE50>;<UFE51>;<UFE52>;<UFE54>;<UFE55>;<UFE56>;<UFE57>;<UFE59>;/
	<UFE5A>..<UFE66>;<UFE68>;<UFE69>;<UFE6A>;<UFE6B>;/
% Fullwidth Forms/
	<UFF01>..<UFF5E>;<UFFE0>..<UFFE5>;/
% CJK Unified Ideographs Extension A/
% This block is added in Unicode 3 and currently not in any GB encoding./
% However, the forthcoming GB18030 might include this./
%	<U3400>..<U4DBF>;/
% CJK Unified Ideographs/
	<U4E00>..<U9FA5>;/
% CJK Compatibility Ideographs/
	<UF92C>;<UF979>;<UF995>;<UF9E7>;<UF9F1>;<UFA0C>;<UFA0D>;<UFA0E>;/
	<UFA0F>;<UFA11>;<UFA13>;<UFA14>;<UFA18>;<UFA1F>;<UFA20>;<UFA21>;/
	<UFA23>;<UFA24>;<UFA27>;<UFA28>;<UFA29>

%print: graph + <space>
print  	<U0020>..<U007E>;/
	<U00A4>;<U00A7>;<U00A8>;<U00B0>;<U00B1>;<U00B7>;<U00D7>;<U00E0>;/
	<U00E1>;<U00E8>;<U00E9>;<U00EA>;<U00EC>;<U00ED>;<U00F2>;<U00F3>;/
	<U00F7>;<U00F9>;<U00FA>;<U00FC>;/
	<U0101>;<U0113>;<U011B>;<U012B>;<U0144>;<U0148>;<U014D>;<U016B>;/
	<U01CE>;<U01D0>;<U01D2>;<U01D4>;<U01D6>;<U01D8>;<U01DA>;<U01DC>;/
	<U0251>;<U0261>;/
	<U02C7>;<U02C9>;<U02CA>;<U02CB>;<U02D9>;/
	<U0391>..<U03A1>;<U03A3>..<U03A9>;/
	<U03B1>..<U03C1>;<U03C3>..<U03C9>;/
	<U0401>;<U0410>..<U044F>;<U0451>;/
	<U2010>;<U2013>..<U2016>;<U2018>;<U2019>;<U201C>;<U201D>;<U2025>;/
	<U2026>;<U2030>;<U2032>;<U2033>;<U2035>;<U203B>;/
	<U2103>;<U2105>;<U2109>;<U2116>;<U2121>;/
	<U2160>..<U216B>;<U2170>..<U2179>;/
	<U2190>..<U2193>;<U2196>..<U2199>;/
	<U2208>;<U220F>;<U2211>;<U2215>;<U221A>;<U221D>;<U221E>;<U221F>;/
	<U2220>;<U2223>;<U2225>;<U2227>;<U2228>;<U2229>;<U222A>;<U222B>;/
	<U222E>;<U2234>;<U2235>;<U2236>;<U2237>;<U223D>;<U2248>;<U224C>;/
	<U2252>;<U2260>;<U2261>;<U2264>;<U2265>;<U2266>;<U2267>;<U226E>;/
	<U226F>;<U2295>;<U2299>;<U22A5>;<U22BF>;/
	<U2312>;/
	<U2460>..<U2469>;<U2474>..<U249B>;/
	<U2581>..<U258F>;<U2593>;<U2594>;<U2595>;/
	<U25A0>;<U25A1>;<U25B2>;<U25B3>;<U25BC>;<U25BD>;<U25C6>;<U25C7>;/
	<U25CB>;<U25CE>;<U25CF>;<U25E2>;<U25E3>;<U25E4>;<U25E5>;/
	<U2605>;<U2606>;<U2609>;<U2640>;<U2642>;/
	<U3000>;<U3001>;<U3002>;<U3003>;<U3005>..<U3017>;<U301D>;<U301E>;/
	<U3021>..<U3029>;/
	<U3041>..<U3093>;<U309B>;<U309C>;<U309D>;<U309E>;/
	<U30A1>..<U30F6>;<U30FC>;<U30FD>;<U30FE>;/
	<U3105>..<U3129>;/
	<U3220>..<U3229>;<U3231>;<U32A3>;/
	<U338E>;<U338F>;<U339C>;<U339D>;<U339E>;<U33A1>;<U33C4>;<U33CE>;/
	<U33D1>;<U33D2>;<U33D5>;/
	<UE7C7>;<UE7C8>;<UE7E7>..<UE7F3>;/
	<UE815>..<UE864>;/
	<UFE30>;<UFE31>;<UFE33>..<UFE44>;<UFE49>..<UFE4F>;/
	<UFE50>;<UFE51>;<UFE52>;<UFE54>;<UFE55>;<UFE56>;<UFE57>;<UFE59>;/
	<UFE5A>..<UFE66>;<UFE68>;<UFE69>;<UFE6A>;<UFE6B>;/
	<UFF01>..<UFF5E>;<UFFE0>..<UFFE5>;/
%	<U3400>..<U4DBF>;/
	<U4E00>..<U9FA5>;/
	<UF92C>;<UF979>;<UF995>;<UF9E7>;<UF9F1>;<UFA0C>;<UFA0D>;<UFA0E>;/
	<UFA0F>;<UFA11>;<UFA13>;<UFA14>;<UFA18>;<UFA1F>;<UFA20>;<UFA21>;/
	<UFA23>;<UFA24>;<UFA27>;<UFA28>;<UFA29>

toupper (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);/
        (<U0064>,<U0044>);(<U0065>,<U0045>);(<U0066>,<U0046>);/
        (<U0067>,<U0047>);(<U0068>,<U0048>);(<U0069>,<U0049>);/
        (<U006A>,<U004A>);(<U006B>,<U004B>);(<U006C>,<U004C>);/
        (<U006D>,<U004D>);(<U006E>,<U004E>);(<U006F>,<U004F>);/
        (<U0070>,<U0050>);(<U0071>,<U0051>);(<U0072>,<U0052>);/
        (<U0073>,<U0053>);(<U0074>,<U0054>);(<U0075>,<U0055>);/
        (<U0076>,<U0056>);(<U0077>,<U0057>);(<U0078>,<U0058>);/
        (<U0079>,<U0059>);(<U007A>,<U005A>);/
        (<UFF41>,<UFF21>);(<UFF42>,<UFF22>);(<UFF43>,<UFF23>);/
        (<UFF44>,<UFF24>);(<UFF45>,<UFF25>);(<UFF46>,<UFF26>);/
        (<UFF47>,<UFF27>);(<UFF48>,<UFF28>);(<UFF49>,<UFF29>);/
        (<UFF4A>,<UFF2A>);(<UFF4B>,<UFF2B>);(<UFF4C>,<UFF2C>);/
        (<UFF4D>,<UFF2D>);(<UFF4E>,<UFF2E>);(<UFF4F>,<UFF2F>);/
        (<UFF50>,<UFF30>);(<UFF51>,<UFF31>);(<UFF52>,<UFF32>);/
        (<UFF53>,<UFF33>);(<UFF54>,<UFF34>);(<UFF55>,<UFF35>);/
        (<UFF56>,<UFF36>);(<UFF57>,<UFF37>);(<UFF58>,<UFF38>);/
        (<UFF59>,<UFF39>);(<UFF5A>,<UFF3A>);/
        (<U03B1>,<U0391>);(<U03B2>,<U0392>);(<U03B3>,<U0393>);/
        (<U03B4>,<U0394>);(<U03B5>,<U0395>);(<U03B6>,<U0396>);/
        (<U03B7>,<U0397>);(<U03B8>,<U0398>);(<U03B9>,<U0399>);/
        (<U03BA>,<U039A>);(<U03BB>,<U039B>);(<U03BC>,<U039C>);/
        (<U03BD>,<U039D>);(<U03BE>,<U039E>);(<U03BF>,<U039F>);/
        (<U03C0>,<U03A0>);(<U03C1>,<U03A1>);(<U03C3>,<U03A3>);/
        (<U03C4>,<U03A4>);(<U03C5>,<U03A5>);(<U03C6>,<U03A6>);/
        (<U03C7>,<U03A7>);(<U03C8>,<U03A8>);(<U03C9>,<U03A9>);/
        (<U0430>,<U0410>);(<U0431>,<U0411>);(<U0432>,<U0412>);/
        (<U0433>,<U0413>);(<U0434>,<U0414>);(<U0435>,<U0415>);/
        (<U0451>,<U0401>);(<U0436>,<U0416>);(<U0437>,<U0417>);/
        (<U0438>,<U0418>);(<U0439>,<U0419>);(<U043A>,<U041A>);/
        (<U043B>,<U041B>);(<U043C>,<U041C>);(<U043D>,<U041D>);/
        (<U043E>,<U041E>);(<U043F>,<U041F>);(<U0440>,<U0420>);/
        (<U0441>,<U0421>);(<U0442>,<U0422>);(<U0443>,<U0423>);/
        (<U0444>,<U0424>);(<U0445>,<U0425>);(<U0446>,<U0426>);/
        (<U0447>,<U0427>);(<U0448>,<U0428>);(<U0449>,<U0429>);/
        (<U044A>,<U042A>);(<U044B>,<U042B>);(<U044C>,<U042C>);/
        (<U044D>,<U042D>);(<U044E>,<U042E>);(<U044F>,<U042F>)

tolower (<U0041>,<U0061>);(<U0042>,<U0062>);(<U0043>,<U0063>);/
        (<U0044>,<U0064>);(<U0045>,<U0065>);(<U0046>,<U0066>);/
        (<U0047>,<U0067>);(<U0048>,<U0068>);(<U0049>,<U0069>);/
        (<U004A>,<U006A>);(<U004B>,<U006B>);(<U004C>,<U006C>);/
        (<U004D>,<U006D>);(<U004E>,<U006E>);(<U004F>,<U006F>);/
        (<U0050>,<U0070>);(<U0051>,<U0071>);(<U0052>,<U0072>);/
        (<U0053>,<U0073>);(<U0054>,<U0074>);(<U0055>,<U0075>);/
        (<U0056>,<U0076>);(<U0057>,<U0077>);(<U0058>,<U0078>);/
        (<U0059>,<U0079>);(<U005A>,<U007A>);/
        (<UFF21>,<UFF41>);(<UFF22>,<UFF42>);(<UFF23>,<UFF43>);/
        (<UFF24>,<UFF44>);(<UFF25>,<UFF45>);(<UFF26>,<UFF46>);/
        (<UFF27>,<UFF47>);(<UFF28>,<UFF48>);(<UFF29>,<UFF49>);/
        (<UFF2A>,<UFF4A>);(<UFF2B>,<UFF4B>);(<UFF2C>,<UFF4C>);/
        (<UFF2D>,<UFF4D>);(<UFF2E>,<UFF4E>);(<UFF2F>,<UFF4F>);/
        (<UFF30>,<UFF50>);(<UFF31>,<UFF51>);(<UFF32>,<UFF52>);/
        (<UFF33>,<UFF53>);(<UFF34>,<UFF54>);(<UFF35>,<UFF55>);/
        (<UFF36>,<UFF56>);(<UFF37>,<UFF57>);(<UFF38>,<UFF58>);/
        (<UFF39>,<UFF59>);(<UFF3A>,<UFF5A>);/
        (<U0391>,<U03B1>);(<U0392>,<U03B2>);(<U0393>,<U03B3>);/
        (<U0394>,<U03B4>);(<U0395>,<U03B5>);(<U0396>,<U03B6>);/
        (<U0397>,<U03B7>);(<U0398>,<U03B8>);(<U0399>,<U03B9>);/
        (<U039A>,<U03BA>);(<U039B>,<U03BB>);(<U039C>,<U03BC>);/
        (<U039D>,<U03BD>);(<U039E>,<U03BE>);(<U039F>,<U03BF>);/
        (<U03A0>,<U03C0>);(<U03A1>,<U03C1>);(<U03A3>,<U03C3>);/
        (<U03A4>,<U03C4>);(<U03A5>,<U03C5>);(<U03A6>,<U03C6>);/
        (<U03A7>,<U03C7>);(<U03A8>,<U03C8>);(<U03A9>,<U03C9>);/
        (<U0410>,<U0430>);(<U0411>,<U0431>);(<U0412>,<U0432>);/
        (<U0413>,<U0433>);(<U0414>,<U0434>);(<U0415>,<U0435>);/
        (<U0401>,<U0451>);(<U0416>,<U0436>);(<U0417>,<U0437>);/
        (<U0418>,<U0438>);(<U0419>,<U0439>);(<U041A>,<U043A>);/
        (<U041B>,<U043B>);(<U041C>,<U043C>);(<U041D>,<U043D>);/
        (<U041E>,<U043E>);(<U041F>,<U043F>);(<U0420>,<U0440>);/
        (<U0421>,<U0441>);(<U0422>,<U0442>);(<U0423>,<U0443>);/
        (<U0424>,<U0444>);(<U0425>,<U0445>);(<U0426>,<U0446>);/
        (<U0427>,<U0447>);(<U0428>,<U0448>);(<U0429>,<U0449>);/
        (<U042A>,<U044A>);(<U042B>,<U044B>);(<U042C>,<U044C>);/
        (<U042D>,<U044D>);(<U042E>,<U044E>);(<U042F>,<U044F>);/

class	"hanzi"; /
%	<U3400>..<U4DBF>;/
	<U4E00>..<U9FA5>;/
	<UF92C>;<UF979>;<UF995>;<UF9E7>;<UF9F1>;<UFA0C>;<UFA0D>;<UFA0E>;/
	<UFA0F>;<UFA11>;<UFA13>;<UFA14>;<UFA18>;<UFA1F>;<UFA20>;<UFA21>;/
	<UFA23>;<UFA24>;<UFA27>;<UFA28>;<UFA29>
END LC_CTYPE

% ISO 14651 collation sequence
LC_COLLATE
copy "iso14651_t1"
END LC_COLLATE


LC_MONETARY
int_curr_symbol           "<U0043><U004E><U0059><U0020>"
currency_symbol           "<UFFE5>"
mon_decimal_point         "<U002E>"
mon_thousands_sep         "<U002C>"
mon_grouping              3
positive_sign             ""
negative_sign             "<U002D>"
int_frac_digits           2
frac_digits               2
p_cs_precedes             1
p_sep_by_space            0
n_cs_precedes             1
n_sep_by_space            0
int_p_cs_precedes         1
int_p_sep_by_space        0
int_n_cs_precedes         1
int_n_sep_by_space        0
p_sign_posn               4
n_sign_posn               4
int_p_sign_posn           1
int_n_sign_posn           1
END LC_MONETARY

LC_NUMERIC
decimal_point             "<U002E>"
thousands_sep             "<U002C>"
grouping                  3
END LC_NUMERIC

LC_TIME
abday 	"<U65E5>";"<U4E00>";"<U4E8C>";"<U4E09>";"<U56DB>";"<U4E94>";"<U516D>"

day 	"<U661F><U671F><U65E5>";/
	"<U661F><U671F><U4E00>";/
	"<U661F><U671F><U4E8C>";/
	"<U661F><U671F><U4E09>";/
	"<U661F><U671F><U56DB>";/
	"<U661F><U671F><U4E94>";/
	"<U661F><U671F><U516D>"

abmon	"<U0020><U0031><U6708>";"<U0020><U0032><U6708>";/
	"<U0020><U0033><U6708>";"<U0020><U0034><U6708>";/
	"<U0020><U0035><U6708>";"<U0020><U0036><U6708>";/
	"<U0020><U0037><U6708>";"<U0020><U0038><U6708>";/
	"<U0020><U0039><U6708>";"<U0031><U0030><U6708>";/
	"<U0031><U0031><U6708>";"<U0031><U0032><U6708>"

mon	"<U4E00><U6708>";"<U4E8C><U6708>";"<U4E09><U6708>";/
	"<U56DB><U6708>";"<U4E94><U6708>";"<U516D><U6708>";/
	"<U4E03><U6708>";"<U516B><U6708>";"<U4E5D><U6708>";/
	"<U5341><U6708>";"<U5341><U4E00><U6708>";"<U5341><U4E8C><U6708>"

d_t_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5><U0020>/
<U0025><U0041><U0020><U0025><U0048><U65F6><U0025><U004D><U5206><U0025>/
<U0053><U79D2>"

d_fmt   "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5>"

t_fmt   "<U0025><U0048><U65F6><U0025><U004D><U5206><U0025><U0053><U79D2>"

am_pm   "<U4E0A><U5348>";"<U4E0B><U5348>"

t_fmt_ampm "<U0025><U0070><U0020><U0025><U0049><U65F6><U0025><U004D><U5206><U0025><U0053><U79D2>"

END LC_TIME

LC_MESSAGES
% Any string starting with a Latin Y(y) or Chinese "Shi4" is recognized
% as affirmative answer.
% Any string starting with a Latin N(n) or Chinese "Bu4" or "Fou3" is
% recognized as negative answer.
yesexpr "<U005E><U005B><U0079><U0059><U662F><U005D>"
noexpr  "<U005E><U005B><U006E><U004E><U4E0D><U5426><U005D>"
END LC_MESSAGES

LC_PAPER
% I assume A4, FIXME
height   297
width    210
END LC_PAPER

LC_TELEPHONE
tel_int_fmt	"<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025><U006C>"
tel_dom_fmt	"<U0030><U0025><U0061><U0020><U0025><U006C>"
int_select	"<U0030><U0030>"
int_prefix	"<U0038><U0036>"
END LC_TELEPHONE

LC_NAME
name_fmt	"<U0025><U0066><U0025><U0074><U0025><U0067><U0025><U0074><U0025><U0064>"
name_gen	""
name_miss	"<U5C0F><U59D0>"
name_mr		"<U5148><U751F>"
name_mrs	"<U592A><U592A>"
name_ms		"<U5973><U58EB>"
END LC_NAME

LC_ADDRESS
postal_fmt	"<U0025><U0063><U0025><U004E><U0025>/
<U0054><U0025><U004E><U0025><U0073><U0020><U0025><U0068><U0020><U0025>/
<U0065><U0020><U0025><U0072><U0025><U004E><U0025><U0062><U0025><U004E>/
<U0025><U0064><U0025><U004E><U0025><U0066><U0025><U004E><U0025><U0061>/
<U0025><U004E>"
country_name	"<U4E2D><U534E><U4EBA><U6C11><U5171><U548C><U56FD>"
%country_post	"FIXME"
country_ab2	"<U0043><U004E>"
country_ab3	"<U0043><U0048><U004E>"
country_num	156
%country_car	"FIXME"
country_isbn	"<U0037>"
lang_name	"<U4E2D><U6587>"
lang_ab		"<U007A><U0068>"
lang_term	"<U007A><U0068><U006F>"
lang_lib	"<U0063><U0068><U0069>"
END LC_ADDRESS

LC_MEASUREMENT
measurement    1
END LC_MEASUREMENT