开发者

Does the android support Unicode natively?

开发者 https://www.devze.com 2023-02-05 16:33 出处:网络
Does the android support Unicode nativ开发者_运维问答ely? But in String.xml we have to edit it with UTF-8 ??

Does the android support Unicode nativ开发者_运维问答ely? But in String.xml we have to edit it with UTF-8 ?? Any way to check the string's encoding? unicode or utf-8 ?....


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.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消