How to get and modify some data from url before parsing and viewing in QWebView
General and Desktop
3
Posts
2
Posters
943
Views
1
Watching
-
When I call load function in QWebView with some URL.
this make connecting the url and receive data from that url.
I want change that data, because some site use
Content-Type: text/plain; charset=ks_c_5601-1987
but this is same that
Content-Type: text/plain; charset=euc-kr
in ks_c_5601-1987 QWebView does not work what i want but euc-kr work fine.
so I want modify that header info before QWebView using.
How can i do this?plz help me.
sorry to my foolish english skill.