如何在TextView中显示unicode字符串(& #x)?

时间:2014-12-15 03:48:25

标签: android unicode

有一些像我的 (“我的”中文)在数据库中,但我不知道如何在TextView中显示它们。请帮我。谢谢!

1 个答案:

答案 0 :(得分:1)

嘿,也许你可以试试http://developer.android.com/reference/android/text/Html.html

textView.setText(Html.fromHtml(textFromDatabse));