Reputation: 2771
I've got an arabic translation for my application. It works on gingerbread and above, but on froyo some strange letters show up.
Is arabic language even supported on froyo? See example below:
Gingerbread
VS
Froyo
I have a feeling that the second is not the same as first :)
Upvotes: 1
Views: 84
Reputation: 68715
I don't know much about froyo but if you are seeing strange letters then it means the encoding is not properly set. Try to find and set the encoding to UTF-8
for froyo.
Upvotes: 0
Reputation: 72533
Is arabic language even supported on froyo?
AFAIK it's officially supported from Gingerbread on. So, no.
I have a feeling that the second is not the same as first :)
Well, depends. It's definitely not a joy to read, since the characters on Froyo are not connected with each other (but they are the same letters).
Upvotes: 2