It's possible to use following method for content's setting of a web-view
loadData(String data, String mimeType, String encoding)
How to handle the problem with unknown encoding of html data?!
Is there a list of encodings?!
I know from my college that in my case html comes from DB and is encoded with latin-1.
I try to set encoding parameter to latin-1, to ISO-8859-1 / iso-8859-1, but still have problem with displaying of special signs like ?, ?, ü.
I'll be very thankful for any advice.
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…