标签: android unicode
有一些像我的 (“我的”中文)在数据库中,但我不知道如何在TextView中显示它们。请帮我。谢谢!
答案 0 :(得分:1)
嘿,也许你可以试试http://developer.android.com/reference/android/text/Html.html
textView.setText(Html.fromHtml(textFromDatabse));