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

encoding confusion #6

Open
bukzor opened this issue May 2, 2013 · 0 comments · Fixed by #8
Open

encoding confusion #6

bukzor opened this issue May 2, 2013 · 0 comments · Fixed by #8

Comments

@bukzor
Copy link
Contributor

bukzor commented May 2, 2013

Loading up the index.html results in a search box with placeholder text of "Search…". This is a result of encoding "Search…" with utf8, and then decoding it with cp1252 (the "latin1" of the web).

If I'm not mistaken, all that is needed is a meta-content-type header that specifies utf8 encoding.

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
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

Successfully merging a pull request may close this issue.

1 participant