userfrosting / UserFrosting

Modern PHP user login and management framework
https://www.userfrosting.com
Other
1.64k stars 366 forks source link

Pages encoding #136

Closed dosnola closed 9 years ago

dosnola commented 10 years ago

I hope to help with this:

The encoding of pages is in ANSI. This generate problem with spanish language.

bb

I solved converting the pages to UTF8. possible Upcoming features?

lilfade commented 10 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 ?

alexweissman commented 10 years ago

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?

dosnola commented 10 years ago

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 captura2

alexweissman commented 10 years ago

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?

alexweissman commented 9 years ago

Fixed in https://github.com/alexweissman/UserFrosting/commit/c6f7d00168c62866ea9426076844149c3360fd4a