Joe Ho
Joe Ho

Reputation: 928

Does the android support Unicode natively?

Does the android support Unicode natively? But in String.xml we have to edit it with UTF-8 ?? Any way to check the string's encoding? unicode or utf-8 ?....

Upvotes: 2

Views: 3468

Answers (3)

Sahaja
Sahaja

Reputation: 376

Android supports Unicode characters in UTF-8 encoding - but lacks proper fonts and a complex text rendering system do display many scripts and languages properly.

Upvotes: 0

wm_eddie
wm_eddie

Reputation: 3958

Android does support Unicode.

Since you seem to be confused about the relationship between UTF-8 and Unicode, I recommend that you save yourself a lot of pain and just read The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets.

Upvotes: 5

Barmaley
Barmaley

Reputation: 16363

If you mean UTF-16 or UTF-8 - Android works with UTF-8

Upvotes: 0

Related Questions