summaryrefslogtreecommitdiffstats
path: root/share/mklocale
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-06-03 21:30:28 +0000
committertobez <tobez@FreeBSD.org>2002-06-03 21:30:28 +0000
commit2d369daa85bc53b1044414d1064cd170967cbfb8 (patch)
treeaeadcdae4a550638c2f6e9c19e3b871450bb39ee /share/mklocale
parent329e6eb3ba5f80e7d6cbef6c1de1e9661271b807 (diff)
downloadFreeBSD-src-2d369daa85bc53b1044414d1064cd170967cbfb8.zip
FreeBSD-src-2d369daa85bc53b1044414d1064cd170967cbfb8.tar.gz
Recognize 0xbe as an uppercase character.
Approved by: ache
Diffstat (limited to 'share/mklocale')
-rw-r--r--share/mklocale/la_LN.ISO8859-15.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mklocale/la_LN.ISO8859-15.src b/share/mklocale/la_LN.ISO8859-15.src
index a3bb385..ac780d3 100644
--- a/share/mklocale/la_LN.ISO8859-15.src
+++ b/share/mklocale/la_LN.ISO8859-15.src
@@ -16,7 +16,7 @@ GRAPH 0x21 - 0x7e 0xa1 - 0xff
LOWER 'a' - 'z' 0xa8 0xb8 0xbd 0xdf - 0xf6 0xf8 - 0xff
PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 0xa1 - 0xa5 0xa7 0xa9 - 0xb3 0xb5 - 0xb7 0xb9 - 0xbb 0xbf 0xd7 0xf7
SPACE 0x09 - 0x0d ' ' 0xa0
-UPPER 'A' - 'Z' 0xa6 0xb4 0xbc 0xc0 - 0xd6 0xd8 - 0xde
+UPPER 'A' - 'Z' 0xa6 0xb4 0xbc 0xbe 0xc0 - 0xd6 0xd8 - 0xde
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
BLANK ' ' '\t' 0xa0
PRINT 0x20 - 0x7e 0xa0 - 0xff
OpenPOWER on IntegriCloud