la_LN.ISO8859-1.src revision 12029
1284285Sjkim/*
2160819Ssimon * Standard LOCALE_CTYPE for the iso_8859_1 Locale
3160819Ssimon */
4160819SsimonENCODING	"NONE"
5160819SsimonVARIABLE        ISO 8859-1 Latin-1 character set
6160819Ssimon
7160819Ssimon#
8160819Ssimon# This is a comment
9160819Ssimon#
10160819SsimonALPHA           'A' - 'Z' 'a' - 'z' 0xc0 - 0xd6 0xd8 - 0xf6 0xf8 - 0xff
11160819SsimonCONTROL		0x00 - 0x1f 0x7f - 0x9f
12160819SsimonDIGIT		'0' - '9'
13160819SsimonGRAPH		0x21 - 0x7e 0xa0 - 0xff
14160819SsimonLOWER           'a' - 'z' 0xdf - 0xf6 0xf8 - 0xff
15160819SsimonPUNCT           0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 0xa1 - 0xbf 0xd7 0xf7
16160819SsimonSPACE           0x09 - 0x0d ' ' 0xa0
17160819SsimonUPPER           'A' - 'Z' 0xc0 - 0xd6 0xd8 - 0xde
18160819SsimonXDIGIT          '0' - '9' 'a' - 'f' 'A' - 'F'
19160819SsimonBLANK           ' ' '\t'
20215698SsimonPRINT		0x20 - 0x7e 0xa0 - 0xff
21215698Ssimon# IDEOGRAM
22215698Ssimon# SPECIAL
23215698Ssimon# PHONEGRAM
24215698Ssimon
25160819SsimonMAPLOWER       	<'A' - 'Z' : 'a'>
26160819SsimonMAPLOWER       	<'a' - 'z' : 'a'>
27160819SsimonMAPLOWER        <0xc0 - 0xd6 : 0xe0>
28160819SsimonMAPLOWER        <0xd8 - 0xde : 0xf8>
29160819SsimonMAPLOWER        <0xdf - 0xf6 : 0xdf>
30160819SsimonMAPLOWER        <0xf8 - 0xff : 0xf8>
31160819SsimonMAPUPPER       	<'A' - 'Z' : 'A'>
32160819SsimonMAPUPPER       	<'a' - 'z' : 'A'>
33160819SsimonMAPUPPER        <0xc0 - 0xd6 : 0xc0>
34160819SsimonMAPUPPER        <0xd8 - 0xde : 0xd8>
35160819SsimonMAPUPPER        <0xe0 - 0xf6 : 0xc0>
36160819SsimonMAPUPPER        <0xf8 - 0xfe : 0xd8>
37160819SsimonTODIGIT       	<'0' - '9' : 0>
38160819SsimonTODIGIT       	<'A' - 'F' : 10>
39160819SsimonTODIGIT       	<'a' - 'f' : 10>
40160819Ssimon