fixed wrong parsing of à (typo in tables)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -234,7 +234,7 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
|
||||
ESCSEQ("Uuml", "\334"/* <20> */),
|
||||
|
||||
ESCSEQ("szlig", "\247"/* <20> */),
|
||||
ESCSEQ("agrave;","<EFBFBD>"),
|
||||
ESCSEQ("agrave","<EFBFBD>"),
|
||||
ESCSEQ("aacute", "\341"/* <20> */),
|
||||
ESCSEQ("acirc", "\342"/* <20> */),
|
||||
ESCSEQ("atilde", "\343"/* <20> */),
|
||||
|
Reference in New Issue
Block a user