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

http://elvis.inakalabs.com doesn't advertise character encoding #74

Closed
erszcz opened this issue Aug 5, 2014 · 1 comment
Closed

http://elvis.inakalabs.com doesn't advertise character encoding #74

erszcz opened this issue Aug 5, 2014 · 1 comment

Comments

@erszcz
Copy link

erszcz commented Aug 5, 2014

My name's Radosław, but the site displays it as RadosÅ‚aw. There's no mention of "encoding" or "charset" in the page source, so the browser-default encoding is used, and that's ISO-8859-2 in my case (I'm from Poland), but the site is in fact in UTF-8. I guess <meta charset='utf-8'> in the head section would suffice.

@jfacorro
Copy link
Contributor

jfacorro commented Aug 5, 2014

This should be fixed now. Adding the <meta charset='utf-8'> was all that was required. Thank you for reporting this.

@jfacorro jfacorro closed this as completed Aug 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants