Senthil
Senthil

Reputation: 31

android support unicode?

will android OS support unicode ?

Upvotes: 3

Views: 943

Answers (2)

Moncader
Moncader

Reputation: 3388

Android fully supports the Unicode standard, as it is also required by Java itself (Strings are Unicode). However just because Android supports unicode fully it doesn't mean you can view every language in the world, just like a normal computer. You must have the fonts installed on the phone or set in the application to be able to see the language you want.

Upvotes: 2

hacken
hacken

Reputation: 2145

In general yes. The phones don't ship with fonts for all the Unicode characters however. Can you be more specific about what you want.

Upvotes: 2

Related Questions