hi everyone, I tried to run Hello Webkit and confronted a charset problem. I use this java browser to visit google, it's ok. When I search something, it's ok. google's charset is utf8. in it's source file <meta http-equiv="content-type" content="text/html; charset=UTF-8"> When I visit baidu(http://www.baidu.com/), it's charset is GBK/GB2312 for Chinese. It's ok now. But when I search something like a word "good",the result page's charset is not correct(http://www.baidu.com/s?wd=good) How to choose and set correct charset? In many browsers such as firefox and Internet Explorer, they will choose one by <meta http-equiv="content-type" content="text/html; charset=UTF-8"> or some other criteron. And also they provide a menu that user can choose charset themselves. So how to set charset in jambi? (I tested with the demo browser in QT(c++) , it's ok. And I also tested QWebView by a simple c++ program, it's also ok) It seems there is something wrong when communicate c++ with jambi. My jambi version is qt-jambi-4.7.0beta-win32 Thank you. _______________________________________________ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest