Recognize 0xbe as an uppercase character.
Approved by: ache
This commit is contained in:
parent
329e6eb3ba
commit
2d369daa85
@ -16,7 +16,7 @@ GRAPH 0x21 - 0x7e 0xa1 - 0xff
|
||||
LOWER 'a' - 'z' 0xa8 0xb8 0xbd 0xdf - 0xf6 0xf8 - 0xff
|
||||
PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e 0xa1 - 0xa5 0xa7 0xa9 - 0xb3 0xb5 - 0xb7 0xb9 - 0xbb 0xbf 0xd7 0xf7
|
||||
SPACE 0x09 - 0x0d ' ' 0xa0
|
||||
UPPER 'A' - 'Z' 0xa6 0xb4 0xbc 0xc0 - 0xd6 0xd8 - 0xde
|
||||
UPPER 'A' - 'Z' 0xa6 0xb4 0xbc 0xbe 0xc0 - 0xd6 0xd8 - 0xde
|
||||
XDIGIT '0' - '9' 'a' - 'f' 'A' - 'F'
|
||||
BLANK ' ' '\t' 0xa0
|
||||
PRINT 0x20 - 0x7e 0xa0 - 0xff
|
||||
|
Loading…
x
Reference in New Issue
Block a user