fixed bug #429351 (compilation broken in CJK environment (whatever it is) in 'agrave' definition)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-06-01 21:47:27 +00:00
parent 938123ef4d
commit c3d62ecf55
2 changed files with 2 additions and 2 deletions

View File

@ -262,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"/* ã */),

View File

@ -234,7 +234,7 @@ wxHtmlWordCell::wxHtmlWordCell(const wxString& word, wxDC& dc) : wxHtmlCell()
ESCSEQ("Uuml", "\334"/* Ü */),
ESCSEQ("szlig", "\247"/* § */),
ESCSEQ("agrave","à"),
ESCSEQ("agrave","\340"/* à */),
ESCSEQ("aacute", "\341"/* á */),
ESCSEQ("acirc", "\342"/* â */),
ESCSEQ("atilde", "\343"/* ã */),