I am developing an application in which I get unicode using json and it shows that unicode is correct when I try to see in debug mode. Now the problem is that, as I can show in the emulator, I use UTF-8 to render unicode, but it didn’t show up?
And when I try to show when using setTypeface, it will show the Telugu font in a simple program, but not correctly. I use Pothana2000.ttf to convert telugu unicus to Telugu.
raman source
share