]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpdata.cpp
removed old xpm code
[wxWidgets.git] / src / html / helpdata.cpp
index fe9dfbcff26022280176f23af2d62671b5ca4577..cd8050c90315271ebb1b42f62c42bc30c1b82e6a 100644 (file)
@@ -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", "¥"),