• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to convert ASCII characters to string in Android?

Hi!


I am loading a text to TextView from a file on a webpage with my Android app but the problem is that the text is full of ASCII characters, so when the text is loaded to the TextView, I can't see any of these ASCII characters or it shows me a "?" within a black square.


My question is, how can I convert an ASCII character to string?


Thanks for helping.
 
Back
Top Bottom