I did an android application which displays malayalam ascii encoded fonts in webview.
Now I have to display unicode character set (like സ ; ൂ ; പ ; ് ; പ 😉 but it didn’t displaying properly on webview. The text is getting unreadable and meaningless.
- In Older impl I am having the text like this Y¢j¤lcÉd¤j«: Jt´Tl¡l¤
a¢c· - In current impl its like സ ; ൂ ; പ ; ് ; പ ;
So I would like to know is it possible to convert Unicode (ie, from 2) format to the ASCII (ie, to 1) in android ?
The font used is thoolika.ttf.
Thanks in Advance
@nish
Take a look at this:
http://software.clapper.org/javautil/api/org/clapper/util/html/HTMLUtil.html