made some wxHtmlEntitiesParser's methods public -- turned out they are useful
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,10 +226,13 @@ public:
|
|||||||
// (with respect to output encoding)
|
// (with respect to output encoding)
|
||||||
wxString Parse(const wxString& input);
|
wxString Parse(const wxString& input);
|
||||||
|
|
||||||
protected:
|
// Returns character for given entity
|
||||||
wxChar GetEntityChar(const wxString& entity);
|
wxChar GetEntityChar(const wxString& entity);
|
||||||
|
|
||||||
|
// Returns character that represents given Unicode code
|
||||||
wxChar GetCharForCode(unsigned code);
|
wxChar GetCharForCode(unsigned code);
|
||||||
|
|
||||||
|
protected:
|
||||||
#if wxUSE_WCHAR_T && !wxUSE_UNICODE
|
#if wxUSE_WCHAR_T && !wxUSE_UNICODE
|
||||||
wxMBConv *m_conv;
|
wxMBConv *m_conv;
|
||||||
wxFontEncoding m_encoding;
|
wxFontEncoding m_encoding;
|
||||||
|
Reference in New Issue
Block a user