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

后端 未结 5 806
余生分开走
余生分开走 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:30

    if you face any such kind of problem try doing this. You have to Encode and Decode your data into Base64. This worked for me. I can share the code if you need it.

提交回复
热议问题