fixed hexadecimal character class
This commit is contained in:
parent
e925036f8d
commit
6c825b7892
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ STEOI:\200
|
||||||
% ISHEX
|
% ISHEX
|
||||||
%
|
%
|
||||||
%C
|
%C
|
||||||
1:a-fA-F
|
1:A-F0-9
|
||||||
%Tchar ishex[] = {
|
%Tchar ishex[] = {
|
||||||
%p
|
%p
|
||||||
%T};
|
%T};
|
||||||
|
|
Loading…
Reference in a new issue