diff -r 0ed94ceaa377 -r cb62a4f66ebe webengine/osswebengine/WebCore/xml/xmlhttprequest.cpp --- a/webengine/osswebengine/WebCore/xml/xmlhttprequest.cpp Thu Dec 17 09:20:16 2009 +0200 +++ b/webengine/osswebengine/WebCore/xml/xmlhttprequest.cpp Thu Jan 07 13:31:38 2010 +0200 @@ -725,7 +725,7 @@ else if (responseIsXML()) m_decoder = new TextResourceDecoder("application/xml"); else if (responseMIMEType() == "text/html") - m_decoder = new TextResourceDecoder("text/html"); + m_decoder = new TextResourceDecoder("text/html", "UTF-8"); else m_decoder = new TextResourceDecoder("text/plain", "UTF-8"); }