when trying to display text in a textView
whit special chars like this öäå they appear like this ���. I display the text like this tv.setText("åäö");
As I understand it you can't encode a TextView, so how do I make sure it is read as utf-8?
when trying to display text in a textView
whit special chars like this öäå they appear like this ���. I display the text like this tv.setText("åäö");
As I understand it you can't encode a TextView, so how do I make sure it is read as utf-8?