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