From 5a2d40dd2414c6fcaf9e104eebb7dfb45463e3f2 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 5 Nov 2001 07:08:39 +0000 Subject: Add bg_BG.CP1251 PR: 25472 Submitted by: Peter Pentchev --- share/mklocale/bg_BG.CP1251.src | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 share/mklocale/bg_BG.CP1251.src (limited to 'share/mklocale/bg_BG.CP1251.src') diff --git a/share/mklocale/bg_BG.CP1251.src b/share/mklocale/bg_BG.CP1251.src new file mode 100644 index 0000000..9e6c45f --- /dev/null +++ b/share/mklocale/bg_BG.CP1251.src @@ -0,0 +1,37 @@ +/* + * LOCALE_CTYPE for Bulgarian Cyrillic character set (CP1251) + * + * $FreeBSD$ + */ +ENCODING "NONE" +VARIABLE Bulgarian Cyrillic character set (CP1251) by roam@ringlet.net + +# +# This is a comment +# +ALPHA 'A' - 'Z' 'a' - 'z' 0xc0 - 0xdf 0xe0 - 0xff +CONTROL 0x00 - 0x1f 0x7f +DIGIT '0' - '9' +GRAPH 0x21 - 0x7e 0x80 - 0xff +LOWER 'a' - 'z' 0xe0 - 0xff +PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e +SPACE 0x09 - 0x0d 0x20 +UPPER 'A' - 'Z' 0xc0 - 0xdf +XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F' +BLANK ' ' '\t' +PRINT 0x20 - 0x7e 0x80 - 0xff +# IDEOGRAM +# SPECIAL +# PHONEGRAM + +MAPLOWER <'A' - 'Z' : 'a'> +MAPLOWER <'a' - 'z' : 'a'> +MAPLOWER <0xc0 - 0xdf : 0xe0> +MAPLOWER <0xe0 - 0xff : 0xe0> +MAPUPPER <'A' - 'Z' : 'A'> +MAPUPPER <'a' - 'z' : 'A'> +MAPUPPER <0xc0 - 0xdf : 0xc0> +MAPUPPER <0xe0 - 0xff : 0xc0> +TODIGIT <'0' - '9' : 0> +TODIGIT <'A' - 'F' : 10> +TODIGIT <'a' - 'f' : 10> -- cgit v1.1