1

I've uploaded my app on the playstore and for me and the most majority of users everything works fine. Some users,however, complained about latin accempted letters like àèìòù saying strange symbols appear in their place. On my phone these letters are successfully displayed and so on my friends' phones...I can't understand where is the problem! I load my data like this:

view.loadData("<meta http-equiv=\"Content-Type\" content=\"text/html\"; charset=\"UTF-8\" />"+
                                            myText, "text/html", "UTF-8");
Phate
  • 6,066
  • 15
  • 73
  • 138

1 Answers1

0

Solved thanks to @Sabre's link:

try adding <html></html> tags. Described here.

Community
  • 1
  • 1
Phate
  • 6,066
  • 15
  • 73
  • 138