TXT file not showing properly in Android
- by narkelion
I developed an app for Android, that loads some data from some .txt files I created. Until now, everything went fine. Today I updated these texts to add some stuff, and now Android comes out with this error in the LogCat:
06-06 23:16:03.925: W/System.err(7999): java.lang.NumberFormatException: Invalid int: "?72"
It never happened before. If I read the txt from my computer, I can see that all seems in the right place. But if I read it from the Android editor, I see strange symbols (close to that 72).
I don't know how to remove them, because I cannot see them on the pc!