1XCOMM
2XCOMM (c) 1996, X11R6 L10N for Taiwan and Big5 Encoding Project
3XCOMM
4XCOMM modified for X11R6.3 by Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> 1998/01/10
5XCOMM modified for Big5HKSCS by Roger So <roger.so@sw-linux.com>
6XCOMM
7XCOMM
8XCOMM	XLC_FONTSET category
9XCOMM
10XLC_FONTSET
11XCOMM fs0 class (7 bit ASCII)
12fs0	{
13	charset	{
14		name	ISO8859-1:GL
15	}
16	font	{
17		primary		ISO8859-1:GL
18		vertical_rotate	all
19        }
20}
21
22XCOMM fs1 class (HKSCS extensions)
23fs1	{
24	charset	{
25		name	BIG5HKSCS-0:GLGR
26	}
27	font	{
28		primary		BIG5HKSCS-0:GLGR
29		substitute	BIG5HKSCS-0:GLGR
30	}
31}
32END XLC_FONTSET
33
34XCOMM
35XCOMM	XLC_XLOCALE category
36XCOMM
37XLC_XLOCALE
38
39encoding_name		zh_HK.big5hkscs
40mb_cur_max		2
41state_depend_encoding	False
42
43wc_encoding_mask	\x00008000
44wc_shift_bits		8
45
46use_stdc_env		True
47force_convert_to_mb	True
48
49+XCOMM	cs0 class
50cs0	{
51	side		GL:Default
52	length		1
53	wc_encoding	\x00000000
54	ct_encoding	ISO8859-1:GL
55}
56
57XCOMM	cs1 class
58cs1	{
59	side		none
60	length		2
61	byte1		\x85,\xfe
62	byte2		\x40,\x7e;\xa1,\xfe
63
64	wc_encoding	\x00008000
65	ct_encoding	BIG5HKSCS-0:GLGR:\x1b\x25\x2f\x32
66
67	mb_conversion	[\x8540,\xfefe]->\x0540
68	ct_conversion	[\x0540,\x7efe]->\x8540
69}
70
71END XLC_XLOCALE
72