1XCOMM  XLocale Database Sample for fcd/dis/iso 8859-15.
2XCOMM  When Final Committee Draft (FCD) 8859-15 is formalized
3XCOMM  then this file will be renamed iso8859-15.
4XCOMM  This file is provided as preliminary support for the Latin-9
5XCOMM  (a.k.a. Latin-0) character set so that Europeans who want
6XCOMM  the Euro currency character can do so.
7XCOMM 
8XCOMM 
9
10XCOMM 
11XCOMM 	XLC_FONTSET category
12XCOMM 
13XLC_FONTSET
14XCOMM 	fs0 class 
15fs0	{
16	charset	{
17		name		ISO8859-1:GL
18	}
19	font	{
20		primary		ISO8859-15:GL
21		substitute	ISO8859-15:GL
22		vertical_rotate	all
23	}
24}
25XCOMM 	fs1 class 
26fs1	{
27	charset	{
28		name		ISO8859-15:GR
29	}
30	font	{
31		primary		ISO8859-15:GR
32	}
33}
34END XLC_FONTSET
35
36XCOMM 
37XCOMM 	XLC_XLOCALE category
38XCOMM 
39XLC_XLOCALE
40
41encoding_name		ISO8859-15
42mb_cur_max		1
43state_depend_encoding	False
44#if WCHAR32
45wc_encoding_mask	\x30000000
46wc_shift_bits		7
47#else
48wc_encoding_mask	\x00008080
49wc_shift_bits		8
50#endif
51
52use_stdc_env		True
53force_convert_to_mb	True
54
55XCOMM 	cs0 class
56cs0	{
57	side		GL:Default
58	length		1
59	wc_encoding	\x00000000
60	ct_encoding	ISO8859-15:GL; ISO8859-1:GL
61}
62
63
64XCOMM 	cs1 class
65cs1	{
66	side		GR:Default
67	length		1
68#if WCHAR32
69	wc_encoding	\x30000000
70#else
71	wc_encoding	\x00008080
72#endif
73	ct_encoding	ISO8859-15:GR
74}
75
76END XLC_XLOCALE
77