From f5e6ed7cc841789a94d37965a8e5c1cc61abb87c Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 5 Oct 2001 22:05:45 +0000 Subject: [PATCH] wxHTML now outputs unrecognized entities verbosely git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlpars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2