Add locale and character set descriptions. This differs from the
[dragonfly.git] / share / locale / ctype / charset / JISX0201-left
1 /*      $NetBSD: src/share/locale/ctype/charset/JISX0201-left,v 1.1 2000/12/30 02:33:20 itojun Exp $    */
2 /*      $DragonFly: src/share/locale/ctype/charset/JISX0201-left,v 1.1 2005/03/11 15:57:42 joerg Exp $ */
3
4 /*
5  * JIS X0201 left Code Set (ESC ( J)
6  */
7 CHARSET         "(J"
8
9 ALPHA           0x0041 - 0x005a 0x0061 - 0x007a
10 DIGIT           0x0030 - 0x0039
11 GRAPH           0x0021 - 0x007e
12 LOWER           0x0061 - 0x007a
13 PUNCT           0x0021 - 0x002f 0x003a - 0x0040
14 PUNCT           0x005b - 0x0060 0x007b - 0x007e
15 UPPER           0x0041 - 0x005a
16 XDIGIT          0x0041 - 0x0046 0x0061 - 0x0066
17 PRINT           0x0021 - 0x007e
18 SWIDTH1         0x0021 - 0x007e
19
20 MAPLOWER        < 0x0041 - 0x005a : 0x0061 >
21 MAPLOWER        < 0x0061 - 0x007a : 0x0061 >
22 MAPUPPER        < 0x0041 - 0x005a : 0x0041 >
23 MAPUPPER        < 0x0061 - 0x007a : 0x0041 >
24 TODIGIT         < 0x0030 - 0x0039 : 0 >
25 TODIGIT         < 0x0041 - 0x0046 : 10 >
26 TODIGIT         < 0x0061 - 0x0066 : 10 >