Fix ALPHA range

This commit is contained in:
Andrey A. Chernov 1995-10-15 16:53:43 +00:00
parent 3c0c840ea1
commit 7ff83380e0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ VARIABLE ISO 8859-1 Latin-1 character set
#
# This is a comment
#
ALPHA 'A' - 'Z' 'a' - 'z' 0xc0 - 0xff
ALPHA 'A' - 'Z' 'a' - 'z' 0xc0 - 0xd6 0xd8 - 0xf6 0xf8 - 0xff
CONTROL 0x00 - 0x1f 0x7f - 0x9f
DIGIT '0' - '9'
GRAPH 0x21 - 0x7e 0xa0 - 0xff