Added apos entity

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@66413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2010-12-20 17:40:05 +00:00
parent d8adb049c3
commit a7cb6034ff

View File

@@ -664,6 +664,7 @@ wxChar wxHtmlEntitiesParser::GetEntityChar(const wxString& entity)
{ wxT("amp"),38 },
{ wxT("and"),8743 },
{ wxT("ang"),8736 },
{ wxT("apos"),39 },
{ wxT("aring"),229 },
{ wxT("asymp"),8776 },
{ wxT("atilde"),227 },