summaryrefslogtreecommitdiffstats
path: root/share/mklocale
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2003-12-20 11:18:43 +0000
committerache <ache@FreeBSD.org>2003-12-20 11:18:43 +0000
commitac5798858c2ebeffce49dfdd6ae12a85eb1aabaa (patch)
tree8a9deaa7c5c5b3b6e469130f2e013c0ddec2bac7 /share/mklocale
parentf8c04248bd82b24576191a8962a3c0c1ee497e13 (diff)
downloadFreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.zip
FreeBSD-src-ac5798858c2ebeffce49dfdd6ae12a85eb1aabaa.tar.gz
Add be_BY.*
Submitted by: Yury Tarasievich <grog@grsu.by>
Diffstat (limited to 'share/mklocale')
-rw-r--r--share/mklocale/Makefile5
-rw-r--r--share/mklocale/be_BY.CP1131.src65
2 files changed, 68 insertions, 2 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile
index 0d435c8..91fce4a 100644
--- a/share/mklocale/Makefile
+++ b/share/mklocale/Makefile
@@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= am_ET.UTF-8 \
+ be_BY.CP1131 \
bg_BG.CP1251 \
el_GR.ISO8859-7 \
hi_IN.ISCII-DEV \
@@ -39,8 +40,8 @@ LATIN1LINKS= ${LATIN1XLINKS} pt_BR
LATIN15LINKS= ${LATIN1XLINKS} et_EE
LATIN2LINKS= cs_CZ hr_HR hu_HU pl_PL sl_SI sr_YU ro_RO sk_SK
LATIN4LINKS= lt_LT
-LATIN5LINKS= sr_YU uk_UA
-CP1251LINKS= ru_RU
+LATIN5LINKS= sr_YU uk_UA be_BY
+CP1251LINKS= ru_RU be_BY
.SUFFIXES: .src .out
diff --git a/share/mklocale/be_BY.CP1131.src b/share/mklocale/be_BY.CP1131.src
new file mode 100644
index 0000000..52cc548
--- /dev/null
+++ b/share/mklocale/be_BY.CP1131.src
@@ -0,0 +1,65 @@
+/*
+ * Belarusian language. Standard (1933) grammar.
+ * Prepared by Yury Tarasievich <spytar@yahoo.com>
+ * $FreeBSD$
+ */
+
+ENCODING "NONE"
+VARIABLE Belarusian CP1131 (based on: Russian Alternative code table (CP866) by <ache@nagual.pp.ru>)
+
+#
+# This is a comment
+#
+ALPHA 'A' - 'Z' 'a' - 'z' 0x80 - 0xaf 0xe0 - 0xf7
+CONTROL 0x00 - 0x1f 0x7f
+DIGIT '0' - '9'
+GRAPH 0x21 - 0x7e 0x80 - 0xfe
+LOWER 'a' - 'z' 0xa0 - 0xaf 0xe0 - 0xef 0xf1 0xf3 0xf5 0xf7
+PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
+PUNCT 0xb0 - 0xdf 0xf8 - 0xfe
+SPACE 0x09 - 0x0d 0x20 0xff
+UPPER 'A' - 'Z' 0x80 - 0x9f 0xf0 0xf2 0xf4 0xf6
+XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
+BLANK ' ' '\t' 0xff
+PRINT 0x20 - 0x7e 0x80 - 0xff
+
+MAPLOWER <'A' - 'Z' : 'a'>
+MAPLOWER <'a' - 'z' : 'a'>
+MAPLOWER <0x80 - 0x8f : 0xa0>
+MAPLOWER <0x90 - 0x9f : 0xe0>
+MAPLOWER <0xa0 - 0xaf : 0xa0>
+MAPLOWER <0xe0 - 0xef : 0xe0>
+MAPLOWER <0xf0 0xf1>
+MAPLOWER <0xf1 0xf1>
+MAPLOWER <0xf2 0xf3>
+MAPLOWER <0xf3 0xf3>
+MAPLOWER <0xf4 0xf5>
+MAPLOWER <0xf5 0xf5>
+MAPLOWER <0xf6 0xf7>
+MAPLOWER <0xf7 0xf7>
+MAPLOWER <0xf8 0xf9>
+MAPLOWER <0xf9 0xf9>
+MAPLOWER <0xfc 0xfd>
+MAPLOWER <0xfd 0xfd>
+
+MAPUPPER <'A' - 'Z' : 'A'>
+MAPUPPER <'a' - 'z' : 'A'>
+MAPUPPER <0x80 - 0x9f : 0x80>
+MAPUPPER <0xa0 - 0xaf : 0x80>
+MAPUPPER <0xe0 - 0xef : 0x90>
+MAPUPPER <0xf0 0xf0>
+MAPUPPER <0xf1 0xf0>
+MAPUPPER <0xf2 0xf2>
+MAPUPPER <0xf3 0xf2>
+MAPUPPER <0xf4 0xf4>
+MAPUPPER <0xf5 0xf4>
+MAPUPPER <0xf6 0xf6>
+MAPUPPER <0xf7 0xf6>
+MAPUPPER <0xf8 0xf8>
+MAPUPPER <0xf9 0xf8>
+MAPLOWER <0xfc 0xfc>
+MAPLOWER <0xfd 0xfc>
+
+TODIGIT <'0' - '9' : 0>
+TODIGIT <'A' - 'F' : 10>
+TODIGIT <'a' - 'f' : 10>
OpenPOWER on IntegriCloud