155075Sache/*
255075Sache * LOCALE_CTYPE for the iso_8859_4 Locale
355075Sache *
455075Sache * $FreeBSD$
555075Sache */
655075Sache
755075SacheENCODING	"NONE"
855075SacheVARIABLE        ISO 8859-4 Latin-4 character set
955075Sache
1055075Sache#
1155075Sache# This is a comment
1255075Sache#
1355075SacheALPHA		'A' - 'Z' 'a' - 'z' 
1487109SacheALPHA		0xa1 - 0xa3 0xa5 0xa6 0xa9 - 0xac 0xae
1587109SacheALPHA		0xb1 0xb3 0xb5 0xb6 0xb9 - 0xd6 0xd8 - 0xf6 0xf8 - 0xfe
1655075SacheCONTROL		0x00 - 0x1f 0x7f - 0x9f
1755075SacheDIGIT		'0' - '9'
1887108SacheGRAPH           0x21 - 0x7e 0xa1 - 0xff
1955075SacheLOWER		'a' - 'z' 
2087109SacheLOWER		0xa2 0xb1 0xb3 0xb5 0xb6 0xb9 - 0xbc 0xbe 0xbf 
2187109SacheLOWER		0xdf - 0xf6 0xf8 - 0xfe
2255075SachePUNCT		0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 
2387109SachePUNCT		0xa4 0xa7 0xa8 0xad 0xaf 0xb0 0xb2 0xb4 0xb7 0xb8
2487109SachePUNCT		0xd7 0xf7 0xff
2555075SacheSPACE		0x09 - 0x0d 0x20 0xa0
2655075SacheUPPER		'A' - 'Z' 
2787109SacheUPPER		0xa1 0xa3 0xa5 0xa6 0xa9 - 0xac 0xae
2887109SacheUPPER		0xc0 - 0xd6 0xd8 - 0xde
2987106SacheXDIGIT          '0' - '9' 'a' - 'f' 'A' - 'F'
3055075SacheBLANK		' ' '\t' 0xa0
3155075SachePRINT		0x20 - 0x7e 0xa0 - 0xff
3255075Sache
3355075SacheMAPLOWER       	<'A' - 'Z' : 'a'>
3455075SacheMAPLOWER       	<'a' - 'z' : 'a'>
3555075SacheMAPLOWER	<0xa1 0xb1>
3655075SacheMAPLOWER	<0xa2 0xa2>
3755075SacheMAPLOWER	<0xa3 0xb3>
3855075SacheMAPLOWER	<0xa5 0xb5>
3955075SacheMAPLOWER	<0xa6 0xb6>
4055075SacheMAPLOWER	<0xa9 - 0xac : 0xb9>
4155075SacheMAPLOWER	<0xae 0xbe>
4255075SacheMAPLOWER	<0xb1 0xb1>
4355075SacheMAPLOWER	<0xb3 0xb3>
4455075SacheMAPLOWER	<0xb5 0xb5>
4555075SacheMAPLOWER	<0xb6 0xb6>
4655075SacheMAPLOWER	<0xb9 - 0xbc : 0xb9>
4755075SacheMAPLOWER	<0xbd 0xbf>
4855075SacheMAPLOWER	<0xbe 0xbe>
4955075SacheMAPLOWER	<0xbf 0xbf>
5055075SacheMAPLOWER	<0xc0 - 0xd6 : 0xe0>
5155075SacheMAPLOWER	<0xd8 - 0xde : 0xf8>
5255075SacheMAPLOWER	<0xdf - 0xf6 : 0xdf>
5355075SacheMAPLOWER	<0xf8 - 0xfe : 0xf8>
5487108Sache
5555075SacheMAPUPPER       	<'A' - 'Z' : 'A'>
5655075SacheMAPUPPER       	<'a' - 'z' : 'A'>
5755075SacheMAPUPPER	<0xa1 0xa1>
5855075SacheMAPUPPER	<0xa3 0xa3>
5955075SacheMAPUPPER	<0xa5 0xa5>
6055075SacheMAPUPPER	<0xa6 0xa6>
6155075SacheMAPUPPER	<0xa9 - 0xac : 0xa9>
6255075SacheMAPUPPER	<0xae 0xae>
6355075SacheMAPUPPER	<0xb1 0xa1>
6455075SacheMAPUPPER	<0xb3 0xa3>
6555075SacheMAPUPPER	<0xb5 0xa5>
6655075SacheMAPUPPER	<0xb6 0xa6>
6755075SacheMAPUPPER	<0xb9 - 0xbc : 0xa9>
6855075SacheMAPUPPER	<0xbd 0xbd>
6955075SacheMAPUPPER	<0xbe 0xae>
7055075SacheMAPUPPER	<0xbf 0xbd>
7155075SacheMAPUPPER	<0xc0 - 0xd6 : 0xc0>
7255075SacheMAPUPPER	<0xd8 - 0xde : 0xd8>
7355075SacheMAPUPPER	<0xe0 - 0xf6 : 0xc0>
7455075SacheMAPUPPER	<0xf8 - 0xfe : 0xd8>
7587108Sache
7655075SacheTODIGIT       	<'0' - '9' : 0>
7755075SacheTODIGIT       	<'A' - 'F' : 10>
7855075SacheTODIGIT       	<'a' - 'f' : 10>
79