This is probably weird question, but I am trying to display Geez alphabets on an android app. Geez alphabets are used in Eritrea and Ethiopia. The unicode ranges from U+1200 and U+137F (decimal 4608–4991). More info can be found here: http://en.wikipedia.org/wiki/Ge'ez_script#Unicode
Currently, I have just added the characters directly to the name in strings.xml like:
But it's not displaying it when I run the App on other devices device. it works good on my Galaxy S4 because Geez alohabets are already included in this device by default.
How do I display such characters on devices that don't support it by defauly, if possible?
Btw, the xml is using utf-8 encoding