X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc1f212528a3ccfcb4d70729dd01f88d63e80997..2b260bc3e2f269de090eefdaefc1450207a7734e:/include/wx/html/htmlpars.h diff --git a/include/wx/html/htmlpars.h b/include/wx/html/htmlpars.h index 25d9c5991e..aef73949fb 100644 --- a/include/wx/html/htmlpars.h +++ b/include/wx/html/htmlpars.h @@ -225,11 +225,14 @@ public: // Parses entities in input and replaces them with respective characters // (with respect to output encoding) wxString Parse(const wxString& input); - -protected: + + // Returns character for given entity wxChar GetEntityChar(const wxString& entity); + + // Returns character that represents given Unicode code wxChar GetCharForCode(unsigned code); +protected: #if wxUSE_WCHAR_T && !wxUSE_UNICODE wxMBConv *m_conv; wxFontEncoding m_encoding;