diff options
Diffstat (limited to 'usr.bin/mklocale/POSIX')
-rw-r--r-- | usr.bin/mklocale/POSIX | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/usr.bin/mklocale/POSIX b/usr.bin/mklocale/POSIX deleted file mode 100644 index 4f1ae60e5aea..000000000000 --- a/usr.bin/mklocale/POSIX +++ /dev/null @@ -1,33 +0,0 @@ -# @(#)POSIX 8.1 (Berkeley) 6/6/93 - -/* - * Standard LOCALE_CTYPE for the C Locale - */ -ENCODING "NONE" -VARIABLE A comment line or data line. Only 1 allowed. Copied verbatim. - -# -# This is a comment -# -ALPHA 'A' - 'Z' 'a' - 'z' -CONTROL 0x00 - 0x1f 0x7f -DIGIT '0' - '9' -GRAPH 0x21 - 0x7e -LOWER 'a' - 'z' -PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e -SPACE 0x09 - 0x0d 0x20 -UPPER 'A' - 'Z' -XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F' -BLANK ' ' '\t' -PRINT 0x20 - 0x7e -# IDEOGRAM -# SPECIAL -# PHONEGRAM - -MAPLOWER <'A' - 'Z' : 'a'> -MAPLOWER <'a' - 'z' : 'a'> -MAPUPPER <'A' - 'Z' : 'A'> -MAPUPPER <'a' - 'z' : 'A'> -TODIGIT <'0' - '9' : 0> -TODIGIT <'A' - 'F' : 10> -TODIGIT <'a' - 'f' : 10> |