commit | d1757abcb891e01a9017f4aad041cc306d0d467b | [log] [tgz] |
---|---|---|
author | William M. Brack <wbrack@src.gnome.org> | Sat Oct 02 22:07:48 2004 +0000 |
committer | William M. Brack <wbrack@src.gnome.org> | Sat Oct 02 22:07:48 2004 +0000 |
tree | 937f3c90d8dd8211141c8d5a0b42dd13f16c3ffe | |
parent | d0407520d8eaeebb527653995b6345339325d064 [diff] |
added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) * include/libxml/parserInternals.h: added two new macros IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html) parsing and xpath for testing data not necessarily unicode. * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and IS_DIGIT_CH macros to ascii versions (bug 153936).