summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-20 14:36:56 +0000
committerache <ache@FreeBSD.org>1996-08-20 14:36:56 +0000
commita15770cef3167e98216d6c880238e64121789e00 (patch)
tree6bbb102984dd29487a8cfd4675b940bd52544d41 /usr.bin/mklocale
parent153cc35e34117399207d550766889d38325b553d (diff)
downloadFreeBSD-src-a15770cef3167e98216d6c880238e64121789e00.zip
FreeBSD-src-a15770cef3167e98216d6c880238e64121789e00.tar.gz
Fix non-break space attrs
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/data/lt_LN.ISO_8859-1.src4
-rw-r--r--usr.bin/mklocale/data/ru_SU.KOI8-R.src6
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/mklocale/data/lt_LN.ISO_8859-1.src b/usr.bin/mklocale/data/lt_LN.ISO_8859-1.src
index 5c74641..82faff3 100644
--- a/usr.bin/mklocale/data/lt_LN.ISO_8859-1.src
+++ b/usr.bin/mklocale/data/lt_LN.ISO_8859-1.src
@@ -10,13 +10,13 @@ VARIABLE ISO 8859-1 Latin-1 character set
ALPHA 'A' - 'Z' 'a' - 'z' 0xc0 - 0xd6 0xd8 - 0xf6 0xf8 - 0xff
CONTROL 0x00 - 0x1f 0x7f - 0x9f
DIGIT '0' - '9'
-GRAPH 0x21 - 0x7e 0xa0 - 0xff
+GRAPH 0x21 - 0x7e 0xa1 - 0xff
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'
+BLANK ' ' '\t' 0xa0
PRINT 0x20 - 0x7e 0xa0 - 0xff
# IDEOGRAM
# SPECIAL
diff --git a/usr.bin/mklocale/data/ru_SU.KOI8-R.src b/usr.bin/mklocale/data/ru_SU.KOI8-R.src
index 6d9f539..b9582fe 100644
--- a/usr.bin/mklocale/data/ru_SU.KOI8-R.src
+++ b/usr.bin/mklocale/data/ru_SU.KOI8-R.src
@@ -10,13 +10,13 @@ VARIABLE Russian koi8-r character set by ache@astral.msk.su
ALPHA 'A' - 'Z' 'a' - 'z' 0xa3 0xb3 0xc0 - 0xff
CONTROL 0x00 - 0x1f 0x7f
DIGIT '0' - '9'
-GRAPH 0x21 - 0x7e 0x80 - 0xff
+GRAPH 0x21 - 0x7e 0x80 - 0x99 0x9b - 0xff
LOWER 'a' - 'z' 0xa3 0xc0 - 0xdf
PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
-SPACE 0x09 - 0x0d 0x20
+SPACE 0x09 - 0x0d 0x20 0x9a
UPPER 'A' - 'Z' 0xb3 0xe0 - 0xff
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
-BLANK ' ' '\t'
+BLANK ' ' '\t' 0x9a
PRINT 0x20 - 0x7e 0x80 - 0xff
# IDEOGRAM
# SPECIAL
OpenPOWER on IntegriCloud