XLC_LOCALE.pre revision 1ab64890
1XCOMM  $Xorg: C,v 1.3 2000/08/17 19:46:59 cpqbld Exp $
2XCOMM  XLocale Database Sample for C.
3XCOMM  $XFree86: xc/nls/XLC_LOCALE/C,v 1.3 2000/02/25 21:02:32 dawes Exp $
4XCOMM 
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}
20END XLC_FONTSET
21
22XCOMM 
23XCOMM 	XLC_XLOCALE category
24XCOMM 
25XLC_XLOCALE
26
27encoding_name		STRING
28mb_cur_max		1
29state_depend_encoding	False
30#if WCHAR32
31wc_encoding_mask	\x30000000
32wc_shift_bits		7
33#else
34wc_encoding_mask	\x00008080
35wc_shift_bits		8
36#endif
37
38#ifndef X_LOCALE
39use_stdc_env		True
40force_convert_to_mb	True
41#endif
42
43XCOMM 	cs0 class
44cs0	{
45	side		GL:Default
46	length		1
47	wc_encoding	\x00000000
48	ct_encoding	ISO8859-1:GL
49}
50
51XCOMM 	cs1 class
52cs1	{
53	side		GR:Default
54	length		1
55#if WCHAR32
56	wc_encoding	\x30000000
57#else
58	wc_encoding	\x00008080
59#endif
60	ct_encoding	ISO8859-1:GR
61}
62
63END XLC_XLOCALE
64