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
Post a Comment