-2

I recently noticed that I save non-ascii characters to file and read those characters from files. Could this cause crash on some phones?

asd
  • 1

2 Answers2

1

As long as you write and read them using the same character encoding, they will appear nicely. Otherwise, they could look strange, but should not cause the app to crash.

Arve
  • 8,058
  • 2
  • 22
  • 25
0

you can use unicode in your app

Nathan Schwermann
  • 31,285
  • 16
  • 80
  • 91