0

我不在我的 android-textview 中使用 unicode 字符。我该怎么做?

我的 xml:

<?xml version="1.0" encoding="utf-8"?>

而且我不在 android textview、edittext、.... 中使用 unicode 字符

4

1 回答 1

2

评论线程摘要:

  1. şile保存包含为 UTF-8 的.txt 文件。(对于记事本,最好:不带 BOM 的 UTF-8。)

  2. 使用new InputStreamReader(inputStream, "utf-8").

于 2012-02-05T13:45:55.023 回答