If you use webview on developing android application and you arabic text be like Scandinavian or Icelandic Character(example: Ù?? بÙ??اللَّهÙ?? Ù…Ù??Ù†ÙŽ الشَّيْطَانÙ?? الرَّجÙ??يمÙ), you must use this type mime
1 |
text/html; charset=utf-8 |
This is for the example:
1 |
webView.loadData(HTMLCODE, "text/html; charset=utf-8", "utf-8"); |
may be useful…. 🙂