Fix ALPHA range
This commit is contained in:
parent
e50ba71f0c
commit
207b9d36cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user