Add locale and character set descriptions. This differs from the
[dragonfly.git] / share / locale / ctype / charset / Latin-1
1 /*      $NetBSD: src/share/locale/ctype/charset/Latin-1,v 1.1 2000/12/30 02:33:21 itojun Exp $  */
2 /*      $DragonFly: src/share/locale/ctype/charset/Latin-1,v 1.1 2005/03/11 15:57:42 joerg Exp $ */
3
4 /*
5  * iso-8859-1, known as Latin 1 (ESC , A)
6  */
7 CHARSET         ",A"
8
9 ALPHA           0x40 - 0x56 0x58 - 0x76 0x78 - 0x7f
10 GRAPH           0x21 - 0x7f
11 LOWER           0x60 - 0x76 0x78 - 0x7f
12 PUNCT           0x21 - 0x3f 0x57 0x77
13 SPACE           0x20
14 UPPER           0x40 - 0x56 0x58 - 0x5f
15 BLANK           0x20 0x09
16 PRINT           0x20 - 0x7f
17 SWIDTH1         0x20 - 0x7f
18
19 MAPLOWER        < 0x40 - 0x56 : 0x60 >
20 MAPLOWER        < 0x58 - 0x5f : 0x78 >
21 MAPLOWER        < 0x60 - 0x76 : 0x60 >
22 MAPLOWER        < 0x78 - 0x7f : 0x78 >
23
24 MAPUPPER        < 0x40 - 0x56 : 0x40 >
25 MAPUPPER        < 0x58 - 0x5f : 0x58 >
26 MAPUPPER        < 0x60 - 0x76 : 0x40 >
27 MAPUPPER        < 0x78 - 0x7f : 0x58 >