Add bg_BG.CP1251

PR:		25472
Submitted by:	Peter Pentchev <roam@ringlet.net>
This commit is contained in:
Andrey A. Chernov 2001-11-05 07:08:39 +00:00
parent 3b484902af
commit d0f08415a8
4 changed files with 76 additions and 1 deletions

View File

@ -3,7 +3,8 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= el_GR.ISO8859-7 \
LOCALES= bg_BG.CP1251 \
el_GR.ISO8859-7 \
ja_JP.eucJP \
ja_JP.SJIS \
ko_KR.eucKR \

View File

@ -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>

View File

@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= af_ZA.ISO8859-1 \
bg_BG.CP1251 \
cs_CZ.ISO8859-2 \
da_DK.ISO8859-1 \
de_AT.ISO8859-1 \

View File

@ -0,0 +1,36 @@
# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# int_curr_symbol (last character always SPACE)
BGN
# currency_symbol
ëâ.
# mon_decimal_point
,
# mon_thousands_sep
# mon_grouping
3;3
# positive_sign
# negative_sign
-
# int_frac_digits
2
# frac_digits
2
# p_cs_precedes
0
# p_sep_by_space
1
# n_cs_precedes
0
# n_sep_by_space
1
# p_sign_posn
1
# n_sign_posn
1
# EOF