Merge from vendor branch GCC:
[dragonfly.git] / share / locale / ctype / charset / Latin-5
1 /*      $NetBSD: src/share/locale/ctype/charset/Latin-5,v 1.1 2000/12/30 02:33:21 itojun Exp $  */
2 /*      $DragonFly: src/share/locale/ctype/charset/Latin-5,v 1.1 2005/03/11 15:57:42 joerg Exp $ */
3
4 /*
5  * iso-8859-9, known as Latin-5 (ESC , M)
6  *
7  * XXX is it correct? i'm not sure.
8  */
9 CHARSET         ",M"
10
11 ALPHA           0x40 - 0x56 0x58 - 0x5f
12 ALPHA           0x60 - 0x76 0x78 - 0x7f
13 GRAPH           0x21 - 0x7f
14 LOWER           0x60 - 0x76 0x78 - 0x7f
15 PUNCT           0x21 - 0x3f 0x57 0x77
16 SPACE           0x20
17 UPPER           0x40 - 0x56 0x58 - 0x5f
18 BLANK           0x20 0x09
19 PRINT           0x20 - 0x7f
20 SWIDTH1         0x20 - 0x7f
21
22 MAPLOWER        < 0x40 - 0x56 : 0x60 >
23 MAPLOWER        < 0x58 - 0x5e : 0x78 >
24 MAPLOWER        < 0x60 - 0x76 : 0x60 >
25 MAPLOWER        < 0x78 - 0x7e : 0x78 >
26
27 MAPUPPER        < 0x40 - 0x56 : 0x40 >
28 MAPUPPER        < 0x58 - 0x5e : 0x58 >
29 MAPUPPER        < 0x60 - 0x76 : 0x40 >
30 MAPUPPER        < 0x78 - 0x7e : 0x58 >