开发者

Android default character encoding

开发者 https://www.devze.com 2022-12-19 01:28 出处:网络
What is the default character encoding of the Android system? W开发者_运维知识库hich Charset is used?The default character encoding for Android is UTF-8, as specified by the JavaDoc of the Charset.def

What is the default character encoding of the Android system? W开发者_运维知识库hich Charset is used?


The default character encoding for Android is UTF-8, as specified by the JavaDoc of the Charset.defaultCharset() method. It can be validated by calling that same method.

0

精彩评论

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

关注公众号