Is there any way to show all Unicode chars in my TextView, on my phone?
I have tried special characters like '\u0279' and I get something like box (default char). Is this based on l10n and i18n settings?
Is there any way to show all Unicode chars in my TextView, on my phone?
I have tried special characters like '\u0279' and I get something like box (default char). Is this based on l10n and i18n settings?
This usually happens because of the font used, the default one does not support/have implemented all unicode chars, you need to use a full featured font like DejaVuSans.ttf
@sakthi shows a sample that should work without problem, check if your android version supports it
Try this code:
You will get:
Here is a sample android project that i created to check the feature:
Java file:
XML File:
Screen Shot:
Place the font that will support your language in the assets folder.In this case i have used TAU_BHON.TTF