XLC_LOCALE.pre revision 1ab64890
1XCOMM  $Xorg: ko,v 1.3 2000/08/17 19:47:00 cpqbld Exp $
2XCOMM  XLocale Database Sample for ko.
3XCOMM 
4XCOMM $XFree86$
5
6XCOMM 
7XCOMM 	XLC_FONTSET category
8XCOMM 
9XLC_FONTSET
10XCOMM 	fs0 class (7 bit ASCII)
11fs0	{
12	charset	{
13		name	ISO8859-1:GL
14	}
15	font	{
16		primary		ISO8859-1:GL
17		vertical_rotate	all
18	}
19}
20XCOMM 	fs1 class 
21fs1	{
22	charset	{
23		name	KSC5601.1987-0:GL
24	}
25	font	{
26		primary		KSC5601.1987-0:GL
27		substitute	KSC5601.1987-0:GL
28	}
29}
30END XLC_FONTSET
31
32XCOMM 
33XCOMM 	XLC_XLOCALE category
34XCOMM 
35XLC_XLOCALE
36
37encoding_name		ko.euc
38mb_cur_max		2
39state_depend_encoding	False
40#if WCHAR32
41wc_encoding_mask	\x30000000
42wc_shift_bits		7
43#else
44wc_encoding_mask	\x00008080
45wc_shift_bits		8
46#endif
47
48#ifndef X_LOCALE
49use_stdc_env		True
50force_convert_to_mb	True
51#endif
52
53XCOMM 	cs0 class
54cs0	{
55	side		GL:Default
56	length		1
57	wc_encoding	\x00000000
58	ct_encoding	ISO8859-1:GL
59}
60
61XCOMM 	cs1 class
62cs1	{
63	side		GR:Default
64	length		2
65#if WCHAR32
66	wc_encoding	\x30000000
67#else
68	wc_encoding	\x00008080
69#endif
70	ct_encoding	KSC5601.1987-0:GL; KSC5601.1987-0:GR
71}
72
73END XLC_XLOCALE
74