ios - force WebView to load remote webpage with the certain encoding -


the remote website provide non-english page "euc-kr" encoded file(webpage).

i want load webpage properly, strings(characters) not shown properly.

the problem html of website not have encoding tag such "<meta encoding='utf-8'>" or "<meta name='http-equiv' content='...'>" and, of course, cannot modify html of website because not owner.

how can force webview controller load web page proper encoding?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -