Add locale and character set descriptions. This differs from the
[dragonfly.git] / share / locale / ctype / charset / Latin-Greek
1 /*      $NetBSD: src/share/locale/ctype/charset/Latin-Greek,v 1.1 2000/12/30 02:33:22 itojun Exp $      */
2 /*      $DragonFly: src/share/locale/ctype/charset/Latin-Greek,v 1.1 2005/03/11 15:57:42 joerg Exp $ */
3
4 /*
5  * iso-8859-7, known as Latin-Greek (ESC , F)
6  *
7  * XXX is it correct? i'm not sure.
8  */
9 CHARSET         ",F"
10
11 ALPHA           0x36 0x38 - 0x3a 0x3c 0x3e 0x3f
12 ALPHA           0x40 - 0x51 0x53 - 0x7e
13 GRAPH           0x21 - 0x23 0x26 - 0x29 0x2b - 0x2d 0x2f - 0x35 0x37 0x3b 0x3d
14 LOWER           0x61 - 0x71 0x73 - 0x7b 0x5c 0x5d - 0x5f 0x7c 0x7d - 0x7e
15 LOWER           0x72 0x40 0x60
16 PUNCT           0x21 - 0x23 0x25 - 0x29 0x2b - 0x2d 0x2f - 0x35 0x37 0x3b 0x3d
17 SPACE           0x20
18 UPPER           0x41 - 0x51 0x53 - 0x5b 0x36 0x38 - 0x3a 0x3c 0x3e - 0x3f
19 BLANK           0x20 0x09
20 PRINT           0x20 - 0x7f
21 SWIDTH1         0x20 - 0x7f
22
23 MAPLOWER        < 0x40 - 0x56 : 0x60 >
24 MAPLOWER        < 0x58 - 0x5e : 0x78 >
25 MAPLOWER        < 0x60 - 0x76 : 0x60 >
26 MAPLOWER        < 0x78 - 0x7e : 0x78 >
27
28 MAPUPPER        < 0x40 - 0x56 : 0x40 >
29 MAPUPPER        < 0x58 - 0x5e : 0x58 >
30 MAPUPPER        < 0x60 - 0x76 : 0x40 >
31 MAPUPPER        < 0x78 - 0x7e : 0x58 >