mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
Fix ALPHA range
This commit is contained in:
parent
3c0c840ea1
commit
7ff83380e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11516
@ -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