How to get and modify some data from url before parsing and viewing in QWebView
-
wrote on 19 Jul 2014, 14:34 last edited by
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.
-
wrote on 19 Jul 2014, 14:59 last edited by
cant u save webpage data to local file then edit it and give to Qwebview?
-
wrote on 19 Jul 2014, 16:48 last edited by
but that page is complex.. so it difficult to save local and use it
[quote author="atige" date="1405781989"]cant u save webpage data to local file then edit it and give to Qwebview?[/quote]
1/3