Closed dosnola closed 9 years ago
I thought everything was changed to utf8-unicode earlier on i guess im not sure though i didn't make the initial change @alexweissman ?
If you look in models/head-account.html
, you will see the line:
<meta charset="utf-8">
This is included in all account pages, and so it should be telling browsers to encode them in utf-8. @dosnola do you want to do some research into this and figure out why it's not doing the trick?
I think is because the files are encoded in ANSI. Example (new instalation, new DB, new all):
If before adding eé, I convert index.php to UTF8 without BOOM, works ok
Ah ok, now I understand. So the problem is with the encoding of the files themselves, and not the way in which they instruct the browser to interpret the response?
I hope to help with this:
The encoding of pages is in ANSI. This generate problem with spanish language.
I solved converting the pages to UTF8. possible Upcoming features?