Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pages encoding #136

Closed
dosnola opened this issue Oct 29, 2014 · 5 comments
Closed

Pages encoding #136

dosnola opened this issue Oct 29, 2014 · 5 comments
Assignees
Labels
confirmed bug Something isn't working

Comments

@dosnola
Copy link

dosnola commented Oct 29, 2014

I hope to help with this:

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

  • á
  • é
  • í
  • ó
  • ú
  • ñ
    etc.

bb

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

@lilfade
Copy link
Contributor

lilfade commented Oct 29, 2014

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
Copy link
Member

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?

@alexweissman alexweissman added the confirmed bug Something isn't working label Oct 29, 2014
@dosnola
Copy link
Author

dosnola commented Oct 30, 2014

I think is because the files are encoded in ANSI.
Example (new instalation, new DB, new all):

  • I Opened index.php with notepad ++and added eé
    captura1

If before adding eé, I convert index.php to UTF8 without BOOM, works ok
captura2

@alexweissman
Copy link
Member

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 alexweissman self-assigned this Dec 8, 2014
alexweissman pushed a commit that referenced this issue Dec 15, 2014
@alexweissman
Copy link
Member

Fixed in c6f7d00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants