Hello,

I have recently changed my application from WebView to XWalkView and I am
having some issues about displaying turkish (ü,ğ,ç,İ,ö,...) characters. In
android WebView setting the charset in load method was sufficient but there
is no option like this in XWalkView.  so I tried these:

I am loading local data html as String.

1) adding   <meta http-equiv="Content-Type" content="text/html;charset=
UTF-8">

2) adding <meta charset="UTF-8">

3) adding both of them

tags to html string before loading (I also tried it after loading with js )
but didn't work.


 The String encoding is UTF-8 confirmed. I can read the data in log clearly.


And I am also failing to set Fonts from my asset files and receiving error
log :

"Not allowed to load local resource"

I would like to know is there an another way to fix those issues of mine or
am I doing something wrong?


thank you.




-- 
*A. Ercan Özcan*
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help

Reply via email to