ru_RU.KOI8-R.src revision 70484
1202719Sgabor/*
2202719Sgabor * LOCALE_CTYPE for Russian koi8-r character set (RFC1489)
3202719Sgabor *
4202719Sgabor * $FreeBSD: head/share/mklocale/ru_RU.KOI8-R.src 70484 2000-12-29 14:58:35Z phantom $
5202719Sgabor */
6202719SgaborENCODING	"NONE"
7202719SgaborVARIABLE        Russian koi8-r character set by ache@astral.msk.su
8202719Sgabor
9202719Sgabor#
10202719Sgabor# This is a comment
11202719Sgabor#
12202719SgaborALPHA		'A' - 'Z' 'a' - 'z' 0xa3 0xb3 0xc0 - 0xff
13202719SgaborCONTROL		0x00 - 0x1f 0x7f
14202719SgaborDIGIT		'0' - '9'
15202719SgaborGRAPH		0x21 - 0x7e 0x80 - 0x99	0x9b - 0xff
16202719SgaborLOWER		'a' - 'z' 0xa3 0xc0 - 0xdf
17202719SgaborPUNCT		0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e
18SPACE		0x09 - 0x0d 0x20 0x9a
19UPPER		'A' - 'Z' 0xb3 0xe0 - 0xff
20XDIGIT          '0' - '9' 'a' - 'f' 'A' - 'F'
21BLANK		' ' '\t' 0x9a
22PRINT		0x20 - 0x7e 0x80 - 0xff
23# IDEOGRAM
24# SPECIAL
25# PHONEGRAM
26
27MAPLOWER       	<'A' - 'Z' : 'a'>
28MAPLOWER       	<'a' - 'z' : 'a'>
29MAPLOWER	<0xb3  0xa3>
30MAPLOWER        <0xa3  0xa3>
31MAPLOWER	<0xe0 - 0xff : 0xc0>
32MAPLOWER	<0xc0 - 0xdf : 0xc0>
33MAPUPPER       	<'A' - 'Z' : 'A'>
34MAPUPPER       	<'a' - 'z' : 'A'>
35MAPUPPER        <0xb3  0xb3>
36MAPUPPER	<0xa3  0xb3>
37MAPUPPER	<0xe0 - 0xff : 0xe0>
38MAPUPPER	<0xc0 - 0xdf : 0xe0>
39TODIGIT       	<'0' - '9' : 0>
40TODIGIT       	<'A' - 'F' : 10>
41TODIGIT       	<'a' - 'f' : 10>
42