Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / locale / ctype / charset / Latin-6+
1 /*      $NetBSD: src/share/locale/ctype/charset/Latin-6+,v 1.1 2000/12/30 02:33:21 itojun Exp $ */
2 /*      $DragonFly: src/share/locale/ctype/charset/Latin-6+,v 1.1 2005/03/11 15:57:42 joerg Exp $ */
3
4 /*
5  * iso-8859-10 additions, known as Latin-6 (ESC , X)
6  *
7  * XXX is it correct? i'm not sure.
8  */
9 CHARSET         ",X"
10
11 ALPHA           0x40 - 0x4f 0x60 - 0x6f
12 GRAPH           0x20 0x30 0x40 - 0x4f 0x60 - 0x6f
13 LOWER           0x60 - 0x6f
14 PUNCT           0x20 0x30
15 UPPER           0x40 - 0x4f
16 BLANK           0x20 0x09
17 PRINT           0x20 0x30 0x40 - 0x4f 0x60 - 0x6f
18 SWIDTH1         0x20 - 0x7f
19
20 MAPLOWER        < 0x40 - 0x4f : 0x60 >
21 MAPLOWER        < 0x60 - 0x6f : 0x60 >
22
23 MAPUPPER        < 0x40 - 0x4f : 0x40 >
24 MAPUPPER        < 0x60 - 0x6f : 0x40 >