bg_BG.CP1251.src revision 256281
1189765Sgabor/*
2189765Sgabor * LOCALE_CTYPE for Bulgarian Cyrillic character set (CP1251)
3189765Sgabor *
4189765Sgabor * $FreeBSD: stable/10/share/mklocale/bg_BG.CP1251.src 93303 2002-03-28 01:13:04Z ache $
5189765Sgabor */
6189765SgaborENCODING	"NONE"
7189765SgaborVARIABLE        Bulgarian Cyrillic character set (CP1251) by <roam@ringlet.net>
8189765Sgabor
9189765Sgabor#
10189765Sgabor# This is a comment
11189765Sgabor#
12189765SgaborALPHA           'A' - 'Z' 'a' - 'z'
13189765SgaborALPHA           0x80 0x81 0x83 0x8a 0x8c - 0x90 0x9a 0x9c - 0x9f
14189765SgaborALPHA           0xa1 - 0xa3 0xa5 0xa8 0xaa 0xaf 0xb2 - 0xb4 0xb8 0xba
15189765SgaborALPHA           0xbc - 0xff
16189765SgaborCONTROL		0x00 - 0x1f 0x7f 0x98
17189765SgaborDIGIT		'0' - '9'
18189765SgaborGRAPH           0x21 - 0x7e 0x80 - 0x97 0x99 - 0x9f 0xa1 - 0xff
19189765SgaborLOWER           'a' - 'z' 0x83 0x90 0x9a 0x9c - 0x9f 0xa2 0xb3 0xb4 0xb8
20189765SgaborLOWER           0xba 0xbc 0xbe 0xbf 0xe0 - 0xff
21189765SgaborPUNCT           0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
22189765SgaborPUNCT           0x82 0x84 - 0x89 0x8b 0x91 - 0x97 0x99 0x9b 0xa4
23189765SgaborPUNCT           0xa6 0xa7 0xa9 0xab - 0xae 0xb0 0xb1 0xb5 - 0xb7 0xb9 0xbb
24189765SgaborSPACE		0x09 - 0x0d 0x20 0xa0
25189765SgaborUPPER           'A' - 'Z' 0x80 0x81 0x8a 0x8c - 0x8f 0xa1 0xa3 0xa5 0xa8
26189765SgaborUPPER           0xaa 0xaf 0xb2 0xbd 0xc0 - 0xdf
27189765SgaborXDIGIT          '0' - '9' 'a' - 'f' 'A' - 'F'
28189765SgaborBLANK		' ' '\t' 0xa0
29189765SgaborPRINT           0x20 - 0x7e 0x80 - 0x97 0x99 - 0xff
30189765Sgabor
31189765SgaborMAPLOWER       	<'A' - 'Z' : 'a'>
32189765SgaborMAPLOWER       	<'a' - 'z' : 'a'>
33189765SgaborMAPLOWER        <0x80 0x90>
34189765SgaborMAPLOWER        <0x81 0x83>
35189765SgaborMAPLOWER        <0x83 0x83>
36189765SgaborMAPLOWER        <0x8a 0x9a>
37189765SgaborMAPLOWER        <0x8c - 0x8f : 0x9c>
38189765SgaborMAPLOWER        <0x90 0x90>
39189765SgaborMAPLOWER        <0x9a 0x9a>
40189765SgaborMAPLOWER        <0x9c - 0x9f : 0x9c>
41189765SgaborMAPLOWER        <0xa1 0xa2>
42189765SgaborMAPLOWER        <0xa2 0xa2>
43189765SgaborMAPLOWER        <0xa3 0xbc>
44189765SgaborMAPLOWER        <0xa5 0xb4>
45189765SgaborMAPLOWER        <0xa8 0xb8>
46189765SgaborMAPLOWER        <0xaa 0xba>
47189765SgaborMAPLOWER        <0xaf 0xbf>
48189765SgaborMAPLOWER        <0xb2 0xb3>
49189765SgaborMAPLOWER        <0xb3 - 0xb4 : 0xb3>
50189765SgaborMAPLOWER        <0xb8 0xb8>
51189765SgaborMAPLOWER        <0xba 0xba>
52189765SgaborMAPLOWER        <0xbc 0xbc>
53189765SgaborMAPLOWER        <0xbd 0xbe>
54189765SgaborMAPLOWER        <0xbe - 0xbf : 0xbe>
55189765SgaborMAPLOWER        <0xc0 - 0xdf : 0xe0>
56189765SgaborMAPLOWER        <0xe0 - 0xff : 0xe0>
57189765Sgabor
58189765SgaborMAPUPPER       	<'A' - 'Z' : 'A'>
59189765SgaborMAPUPPER       	<'a' - 'z' : 'A'>
60189765SgaborMAPUPPER        <0x80 - 0x81 : 0x80>
61189765SgaborMAPUPPER        <0x83 0x81>
62189765SgaborMAPUPPER        <0x8a 0x8a>
63189765SgaborMAPUPPER        <0x8c - 0x8f : 0x8c>
64189765SgaborMAPUPPER        <0x90 0x80>
65189765SgaborMAPUPPER        <0x9a 0x8a>
66189765SgaborMAPUPPER        <0x9c - 0x9f : 0x8c>
67189765SgaborMAPUPPER        <0xa1 0xa1>
68189765SgaborMAPUPPER        <0xa2 0xa1>
69189765SgaborMAPUPPER        <0xa3 0xa3>
70189765SgaborMAPUPPER        <0xa5 0xa5>
71189765SgaborMAPUPPER        <0xa8 0xa8>
72189765SgaborMAPUPPER        <0xaa 0xaa>
73189765SgaborMAPUPPER        <0xaf 0xaf>
74189765SgaborMAPUPPER        <0xb2 0xb2>
75189765SgaborMAPUPPER        <0xb3 0xb2>
76189765SgaborMAPUPPER        <0xb4 0xa5>
77189765SgaborMAPUPPER        <0xb8 0xa8>
78189765SgaborMAPUPPER        <0xba 0xaa>
79189765SgaborMAPUPPER        <0xbc 0xa3>
80189765SgaborMAPUPPER        <0xbd 0xbd>
81189765SgaborMAPUPPER        <0xbe 0xbd>
82189765SgaborMAPUPPER        <0xbf 0xaf>
83189765SgaborMAPUPPER        <0xc0 - 0xdf : 0xc0>
84189765SgaborMAPUPPER        <0xe0 - 0xff : 0xc0>
85189765Sgabor
86189765SgaborTODIGIT       	<'0' - '9' : 0>
87189765SgaborTODIGIT       	<'A' - 'F' : 10>
88189765SgaborTODIGIT       	<'a' - 'f' : 10>
89189765Sgabor