fixed à parsing (here too)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
90b2b1303a
commit
8bc25b29f1
@ -262,7 +262,7 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag)
|
||||
ESCSEQ("Uuml", "\334"/* Ü */),
|
||||
|
||||
ESCSEQ("szlig", "\247"/* § */),
|
||||
ESCSEQ("agrave;","à"),
|
||||
ESCSEQ("agrave","à"),
|
||||
ESCSEQ("aacute", "\341"/* á */),
|
||||
ESCSEQ("acirc", "\342"/* â */),
|
||||
ESCSEQ("atilde", "\343"/* ã */),
|
||||
|
Loading…
Reference in New Issue
Block a user