xref: /minix/share/locale/ctype/charset/Latin-6+ (revision 045e0ed3)
1/*	$NetBSD: Latin-6+,v 1.1 2000/12/30 02:33:21 itojun Exp $	*/
2
3/*
4 * iso-8859-10 additions, known as Latin-6 (ESC , X)
5 *
6 * XXX is it correct? i'm not sure.
7 */
8CHARSET		",X"
9
10ALPHA		0x40 - 0x4f 0x60 - 0x6f
11GRAPH		0x20 0x30 0x40 - 0x4f 0x60 - 0x6f
12LOWER		0x60 - 0x6f
13PUNCT		0x20 0x30
14UPPER		0x40 - 0x4f
15BLANK		0x20
16PRINT		0x20 0x30 0x40 - 0x4f 0x60 - 0x6f
17SWIDTH1		0x20 - 0x7f
18
19MAPLOWER	< 0x40 - 0x4f : 0x60 >
20MAPLOWER	< 0x60 - 0x6f : 0x60 >
21
22MAPUPPER	< 0x40 - 0x4f : 0x40 >
23MAPUPPER	< 0x60 - 0x6f : 0x40 >
24