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

specify template file encoding #18

Open
oberhamsi opened this issue Jul 13, 2015 · 1 comment
Open

specify template file encoding #18

oberhamsi opened this issue Jul 13, 2015 · 1 comment

Comments

@oberhamsi
Copy link
Contributor

there is no way to specify the encoding when loading templates. it defaults to utf8.

@ehoogerbeets
Copy link

I think that might be okay... Virtually all editors support Unicode now, so there is not so much use to allow editing templates in other charsets. We have to make sure we can output the rendered templates in other charsets though. People are still using lots of old browsers around the world... I think response.setCharset(charsetName) does that, right?

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