Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UTF-8 unreadable in phonegap android

I'm working on my first phonegap application, an android based simple form app.

My problem is that all my non-latin characters appear unreadable. I added the content meta tag with utf-8, made sure I saved the file as utf-8, made sure to use font with the needed letters and also added xml:lang to the decleration.

Couldn't find any other idea, because i'm a web dev and this usually solves these issues...

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

like image 211
Yanipan Avatar asked May 02 '12 18:05

Yanipan


1 Answers

Just add meta:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
like image 129
Ēriks Daliba Avatar answered Sep 23 '22 21:09

Ēriks Daliba