On Wed, 6 Apr 2011 10:33:08 +0000
"ext [email protected]" <[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);
> 
If you load it from a file, try to use the <meta> tag.
If you load it from a server, the Content-type header should specify
the encoding.

See http://en.wikipedia.org/wiki/Character_encodings_in_HTML

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

Reply via email to