summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-15 16:49:16 +0000
committerache <ache@FreeBSD.org>1995-10-15 16:49:16 +0000
commitefd6711851efe6aebff1a1a8d55fecaa43e88f17 (patch)
treef4088d8548b0d0393b71b6b05ce8d199bd3e9afa /usr.bin/mklocale
parent101c4a6b720cddfa3457df015826f0a31c27624c (diff)
downloadFreeBSD-src-efd6711851efe6aebff1a1a8d55fecaa43e88f17.zip
FreeBSD-src-efd6711851efe6aebff1a1a8d55fecaa43e88f17.tar.gz
Various fixes mostly for letters range
Obtained from: partially from Kaleb S. Keithley <kaleb@x.org> patch
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/data/lt_LN.ISO_8859-122
1 files changed, 13 insertions, 9 deletions
diff --git a/usr.bin/mklocale/data/lt_LN.ISO_8859-1 b/usr.bin/mklocale/data/lt_LN.ISO_8859-1
index 0b069cc..e0c1872 100644
--- a/usr.bin/mklocale/data/lt_LN.ISO_8859-1
+++ b/usr.bin/mklocale/data/lt_LN.ISO_8859-1
@@ -11,12 +11,12 @@ ALPHA 'A' - 'Z' 'a' - 'z' 0xc0 - 0xff
CONTROL 0x00 - 0x1f 0x7f - 0x9f
DIGIT '0' - '9'
GRAPH 0x21 - 0x7e 0xa0 - 0xff
-LOWER 'a' - 'z' 0xe0 - 0xff
-PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 0xa1 - 0xbf
-SPACE 0x09 - 0x0d 0x20 0xa0
-UPPER 'A' - 'Z' 0xc0 - 0xde
+LOWER 'a' - 'z' 0xdf - 0xf6 0xf8 - 0xff
+PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 0xa1 - 0xbf 0xd7 0xf7
+SPACE 0x09 - 0x0d ' ' 0xa0
+UPPER 'A' - 'Z' 0xc0 - 0xd6 0xd8 - 0xde
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
-BLANK ' ' '\t' 0xa0
+BLANK ' ' '\t'
PRINT 0x20 - 0x7e 0xa0 - 0xff
# IDEOGRAM
# SPECIAL
@@ -24,12 +24,16 @@ PRINT 0x20 - 0x7e 0xa0 - 0xff
MAPLOWER <'A' - 'Z' : 'a'>
MAPLOWER <'a' - 'z' : 'a'>
-MAPLOWER <0xc0 - 0xdd : 0xe0>
-MAPLOWER <0xe0 - 0xff : 0xe0>
+MAPLOWER <0xc0 - 0xd6 : 0xe0>
+MAPLOWER <0xd8 - 0xde : 0xf8>
+MAPLOWER <0xdf - 0xf6 : 0xdf>
+MAPLOWER <0xf8 - 0xff : 0xf8>
MAPUPPER <'A' - 'Z' : 'A'>
MAPUPPER <'a' - 'z' : 'A'>
-MAPUPPER <0xc0 - 0xdd : 0xc0>
-MAPUPPER <0xe0 - 0xff : 0xc0>
+MAPUPPER <0xc0 - 0xd6 : 0xc0>
+MAPUPPER <0xd8 - 0xde : 0xd8>
+MAPUPPER <0xe0 - 0xf6 : 0xc0>
+MAPUPPER <0xf8 - 0xfe : 0xd8>
TODIGIT <'0' - '9' : 0>
TODIGIT <'A' - 'F' : 10>
TODIGIT <'a' - 'f' : 10>
OpenPOWER on IntegriCloud