1105965Sache/*
2105965Sache * LOCALE_CTYPE for the iso_8859_13 Locale
3105965Sache *
4105965Sache * $FreeBSD: releng/10.3/share/mklocale/la_LN.ISO8859-13.src 196790 2009-09-03 17:12:45Z ache $
5105965Sache */
6105965Sache
7105965SacheENCODING	"NONE"
8105965SacheVARIABLE        ISO 8859-13 Latin-7 character set
9105965Sache
10105965Sache#
11105965Sache# This is a comment
12105965Sache#
13105965SacheALPHA		'A' - 'Z' 'a' - 'z' 
14105965SacheALPHA		0xaa 0xba 0xc0 - 0xd6 0xd8 - 0xde 0xe0 - 0xf6 0xf8 - 0xfe
15105965SacheCONTROL		0x00 - 0x1f 0x7f - 0x9f
16105965SacheDIGIT		'0' - '9'
17105965SacheGRAPH           0x21 - 0x7e 0xa1 - 0xff
18105965SacheLOWER		'a' - 'z' 
19105965SacheLOWER		0xba 0xdf - 0xf6 0xf8 - 0xfe 
20105965SachePUNCT		0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 
21105965SachePUNCT		0xa1 - 0xa9 0xab - 0xb9 0xbb -0xbf 0xd7 0xdf 0xf7 0xff
22105965SacheSPACE		0x09 - 0x0d 0x20 0xa0
23105965SacheUPPER		'A' - 'Z' 
24105965SacheUPPER		0xaa 0xc0 - 0xd6 0xd8 - 0xde
25105965SacheXDIGIT          '0' - '9' 'a' - 'f' 'A' - 'F'
26105965SacheBLANK		' ' '\t' 0xa0
27105965SachePRINT		0x20 - 0x7e 0xa0 - 0xff
28105965Sache
29105965SacheMAPLOWER       	<'A' - 'Z' : 'a'>
30105965SacheMAPLOWER       	<'a' - 'z' : 'a'>
31105965SacheMAPLOWER	<0xaa 0xba>
32105965SacheMAPLOWER	<0xba 0xba>
33105965SacheMAPLOWER	<0xc0 - 0xd6 : 0xe0>
34105965SacheMAPLOWER	<0xd8 - 0xde : 0xf8>
35105965SacheMAPLOWER	<0xe0 - 0xf6 : 0xe0>
36105965SacheMAPLOWER	<0xf8 - 0xfe : 0xf8>
37105965Sache
38105965SacheMAPUPPER       	<'A' - 'Z' : 'A'>
39105965SacheMAPUPPER       	<'a' - 'z' : 'A'>
40105965SacheMAPUPPER	<0xaa 0xaa>
41105965SacheMAPUPPER	<0xba 0xaa>
42105965SacheMAPUPPER	<0xc0 - 0xd6 : 0xc0>
43105965SacheMAPUPPER	<0xd8 - 0xdf : 0xd8>
44105965SacheMAPUPPER	<0xe0 - 0xf6 : 0xc0>
45105965SacheMAPUPPER	<0xf8 - 0xfe : 0xd8>
46105965Sache
47105965SacheTODIGIT       	<'0' - '9' : 0>
48105965SacheTODIGIT       	<'A' - 'F' : 10>
49105965SacheTODIGIT       	<'a' - 'f' : 10>
50