UTF-8 unreadable on Android phone

I am working on my first application for telephone calls based on android simple form application.

My problem is that all my non-Latin characters are not readable. I added the content meta tag using utf-8, made sure that I saved the file as utf-8, I used the font with the necessary letters, and also added xml: lang to the ad.

Could not find another idea because I am a web developer and this usually solves these problems ...

Maybe someone has an idea? feels like my questions when I just started web development :) Thanks!

+5
source share
3 answers

Just add the meta:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+17
source

Eclipse, PhoneGap Android, , utf-8. ( - - : - [UTF-8]).

index.html

<head>
   <meta charset=utf-8>
   ...
</head>
+7

someday this happens on the settings page of the visual studio Unicode: to do this, go to file> advanced save settings> select Unicode utf 8 with signature and then click ok.

+2
source

All Articles