mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
DIGIT can be only 0-9 according to POSIX
This commit is contained in:
parent
bc44c44a14
commit
b6499378e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118461
@ -14,7 +14,7 @@ ALPHA 'A' - 'Z' 'a' - 'z' 0xe18880 - 0xe18d9a
|
||||
CONTROL 0x00 - 0x1f 0x7f - 0x9f
|
||||
|
||||
/* DIGIT '0' - '9' '፩' - '፱' */
|
||||
DIGIT '0' - '9' 0xe18da9 - 0xe18db1
|
||||
DIGIT '0' - '9'
|
||||
GRAPH 0x21 - 0x7e 0xa1 - 0xfa
|
||||
LOWER 'a' - 'z'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user