[issue13633] Handling of hex character references in HTMLParser.handle_charref
New submission from Ezio Melotti : The doc for handle_charref and handle_entityref say: """ HTMLParser.handle_charref(name) This method is called to process a character reference of the form "ref;". It is intended to be overridden by a derived class; the base class implementation does not