开发者

String encoding in android

I need to encode string in android but it doesn't work . I don't know which encoding should I do .I need to display "Ruzyn\u011b (PRG)" on textview but it display same as look without encoding .Is there any help开发者_如何学JAVA ??


Just use s=new String (s.getBytes()), do not use UTF-8.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜