Displaying Malayalam Unicode fonts in android webview

后端 未结 3 923
再見小時候
再見小時候 2020-12-10 08:08

I am developing an Android RSS reader.

My work almost done, but I have problem with Malayalam Unicode fonts when I display them using WebView.

I

3条回答
  •  爱一瞬间的悲伤
    2020-12-10 08:58

    Switch your text encoding to UTF-8.

    In Eclipse go to Window -> Preferences, select General -> Workspace. From the Text file encoding dropdown, select UTF-8.

    https://stackoverflow.com/a/5857671/1933926

提交回复
热议问题