On 04/06/2011 12:33 PM, ext [email protected] wrote:
We are using the load method below to load a web-page. Is there any way
I can pass the file encoding(UTF-8 or ISO-8859-1) format along with the
file Url ?

*/void/*/*load*(*const* QUrl &url);/

No.

I suggest you to subclass QNetworkAccessManager to change the http header with the encoding.

Depending on your use case, it might be easier to just use setHtml().

cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to