From: Václav Slavík Date: Fri, 5 Oct 2001 22:05:45 +0000 (+0000) Subject: wxHTML now outputs unrecognized entities verbosely X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f5e6ed7cc841789a94d37965a8e5c1cc61abb87c?ds=inline wxHTML now outputs unrecognized entities verbosely git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/htmlpars.h b/include/wx/html/htmlpars.h index aef73949fb..7d1205ae61 100644 --- a/include/wx/html/htmlpars.h +++ b/include/wx/html/htmlpars.h @@ -226,7 +226,7 @@ public: // (with respect to output encoding) wxString Parse(const wxString& input); - // Returns character for given entity + // Returns character for given entity or 0 if the enity is unknown wxChar GetEntityChar(const wxString& entity); // Returns character that represents given Unicode code