X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00a693ed2fb7e0a8abf386a8ecee279f6301601b..dd107c50be43e8d4dbdba20df162faf119a3781c:/src/html/helpdata.cpp diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index fe9dfbcff2..76e7264ae8 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -168,6 +168,8 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag) { ESCSEQ("quot", "\""), ESCSEQ("#34", "\""), + ESCSEQ("#8220", "\""), + ESCSEQ("#8221", "\""), ESCSEQ("lt", "<"), ESCSEQ("#60", "<"), ESCSEQ("gt", ">"), @@ -184,6 +186,7 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag) ESCSEQ("trade", "(TM)"), ESCSEQ("#153", "(TM)"), + ESCSEQ("#8482", "(TM)"), ESCSEQ("yen", "¥"), ESCSEQ("#165", "¥"), @@ -259,7 +262,7 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag) ESCSEQ("Uuml", "\334"/* Ü */), ESCSEQ("szlig", "\247"/* § */), - ESCSEQ("agrave;","à"), + ESCSEQ("agrave","\340"/* à */), ESCSEQ("aacute", "\341"/* á */), ESCSEQ("acirc", "\342"/* â */), ESCSEQ("atilde", "\343"/* ã */),