X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/891000d61bd6f34749efd472e0a1960aae75abd6..3dec57adfdb2469b7679930092f0bd9c8569d62c:/src/html/htmlcell.cpp?ds=sidebyside diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index b8330c4e10..910c8990ac 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -140,6 +140,8 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell() { ESCSEQ("quot", "\""), ESCSEQ("#34", "\""), + ESCSEQ("#8220", "\""), + ESCSEQ("#8221", "\""), ESCSEQ("lt", "<"), ESCSEQ("#60", "<"), ESCSEQ("gt", ">"), @@ -156,6 +158,7 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell() ESCSEQ("trade", "(TM)"), ESCSEQ("#153", "(TM)"), + ESCSEQ("#8482", "(TM)"), ESCSEQ("yen", "¥"), ESCSEQ("#165", "¥"),