Greek Text On Android Utf8 Not Show Properly
I'm making app with Greek text and data but not every letter is shown. Letter which is not shown not make ? mark but just white space. File encoding is set to utf8 and in build.gra
Solution 1:
Perhaps your editor (Eclipse) doesn't save the files as UTF-8?
Anyway, such strings should be stored in Android String Resources. As these files are XML files it is very unlikely to have encoding problems.
Edit: Even in Android Studio you can have this problem. You can check it here:
Post a Comment for "Greek Text On Android Utf8 Not Show Properly"