From 2722c5140685064be3df771eb9c0e0feff4fded0 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 26 Sep 2011 23:37:32 -0700 Subject: Support &#NNNN; decimal escapes also. * filter.c (html_hex_continue): Bail with nil if no digits are collected. The &#x; syntax is not translated to anything. (html_dec_continue): New function. (html_hex_handler): Function renamed to html_numeric_handler. (filter_init): Change function-based trie node over to html_numeric_handler. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37570e42..6b89939f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,6 +18,17 @@ * configure: Bumped txr_ver to 037. +2011-09-26 Kaz Kylheku + + Support &#NNNN; decimal escapes also. + + * filter.c (html_hex_continue): Bail with nil if no digits + are collected. The &#x; syntax is not translated to anything. + (html_dec_continue): New function. + (html_hex_handler): Function renamed to html_numeric_handler. + (filter_init): Change function-based trie node over to + html_numeric_handler. + 2011-09-26 Kaz Kylheku Support &#xNNNN; hex escapes in html. Bugfix in field formatting. -- cgit v1.2.3