I've just found out why HTML files are not correctly shown with
wxHtmlWindow (talking about text encoding). HTML file with this header
is shown correctly:
The difference is "Content-Type" and "Content-type". Is HTML parser case
sensitive? I think it musn't be at this point. What do you think about this
one?
I've just found out why HTML files are not correctly shown with
wxHtmlWindow (talking about text encoding). HTML file with this header
is shown correctly:
The difference is "Content-Type" and "Content-type". Is HTML parser case
sensitive? I think it musn't be at this point. What do you think about this
one?
Vaclav,
Would changing wxMetaTagHandler::HandleTag to use the following instead of the operator == be the right place to fix this?