Recognize 0xbe as an uppercase character.

Approved by:	ache
This commit is contained in:
Anton Berezin 2002-06-03 21:30:28 +00:00
parent 0760287064
commit 9e1bfe0f3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97782

View file

@ -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