How to read and write UTF-8 to disk on the Android?

后端 未结 5 812
余生分开走
余生分开走 2020-12-16 02:58

I cannot read and write extended characters (French accented characters, for example) to a text file using the standard InputStreamReader methods shown in the Android API ex

5条回答
  •  清酒与你
    2020-12-16 03:32

    this should just work on Android, even without explicitly specifying UTF-8, because the default charset is UTF-8. if you can reproduce this problem, please raise a bug with a reproduceable test case here:

    http://code.google.com/p/android/issues/entry

提交回复
热议问题