From: Václav Slavík <vslavik@fastmail.fm>
Date: Tue, 19 Jan 2010 14:47:20 +0000 (+0000)
Subject: Support XHTML &apos; entity.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/319106d6e2c158d1ff322ee14a4b5c8e7154900c

Support XHTML &apos; entity.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/html/htmlpars.cpp b/src/html/htmlpars.cpp
index 3f0d762d42..0b43365821 100644
--- a/src/html/htmlpars.cpp
+++ b/src/html/htmlpars.cpp
@@ -655,6 +655,7 @@ wxChar wxHtmlEntitiesParser::GetEntityChar(const wxString& entity) const
             ENTITY("amp", 38),
             ENTITY("and", 8743),
             ENTITY("ang", 8736),
+            ENTITY("apos", 39),
             ENTITY("aring", 229),
             ENTITY("asymp", 8776),
             ENTITY("atilde", 227),