-
Notifications
You must be signed in to change notification settings - Fork 21
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
HTML files need explict charset
#42
Comments
I just edited your markdown. Think github has changed how they handle three back ticks on one line |
Also, I'm not sure since I haven't dug around but this is probably also an issue in ami (for the dataTables output). Or possibly the code that actually does this is in cmine. |
Unfortunately I think any code that writes HTML has to do this.
works. I suppose we could have:
might work. |
addUTF8Charset already exists in HtmlHead. Any reason we can't add this.head.addUTF8Charset() to ensureHead() in HtmlHtml? |
Probably not. I don't like surprises but UTF-8 is hardly a surprise.It either has to be a default or there is only one way to do it. |
Even though the HTML files are output with encoding = "UTF-8" it appears that the browsers need this specified in a meta tag:
The text was updated successfully, but these errors were encountered: