1*62123Sbostic# @(#)POSIX 8.1 (Berkeley) 06/06/93 260625Sbostic 360625Sbostic/* 460625Sbostic * Standard LOCALE_CTYPE for the C Locale 560625Sbostic */ 660625SbosticENCODING "UTF2" 760625SbosticVARIABLE A comment line or data line. Only 1 allowed. Copied verbatim. 860625Sbostic 960625Sbostic# 1060625Sbostic# This is a comment 1160625Sbostic# 1260625SbosticALPHA 'A' - 'Z' 'a' - 'z' 1360625SbosticCONTROL 0x00 - 0x1f 0x7f 1460625SbosticDIGIT '0' - '9' 1560625SbosticGRAPH 0x21 - 0x7e 1660625SbosticLOWER 'a' - 'z' 1760625SbosticPUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 1860625SbosticSPACE 0x09 - 0x0d 0x20 1960625SbosticUPPER 'A' - 'Z' 2060625SbosticXDIGIT 'a' - 'f' 'A' - 'F' 2160625SbosticBLANK ' ' '\t' 2260625SbosticPRINT 0x20 - 0x7e 2360625Sbostic# IDEOGRAM 2460625Sbostic# SPECIAL 2560625Sbostic# PHONEGRAM 2660625Sbostic 2760625SbosticMAPLOWER <'A' - 'Z' : 'a'> 2860625SbosticMAPLOWER <'a' - 'z' : 'a'> 2960625SbosticMAPUPPER <'A' - 'Z' : 'A'> 3060625SbosticMAPUPPER <'a' - 'z' : 'A'> 3160625SbosticTODIGIT <'0' - '9' : 0> 3260625SbosticTODIGIT <'A' - 'F' : 10> 3360625SbosticTODIGIT <'a' - 'f' : 10> 34