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

Add utf-8 meta tag in demos to fix showing i18n issue #11

Closed
GoogleCodeExporter opened this issue Dec 6, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. change to other language (ex: en to zh_tw)
2. the word shows mess fonts

To solve this problem, just add a line after <head> tag in 
* demos/code/frame.html
* demos/maze/frame.html
* demos/rtl/index.html

{{{
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
}}}

Original issue reported on code.google.com by gasolin on 4 Jun 2012 at 10:59

@GoogleCodeExporter
Copy link
Author

Done.  Thanks!

Original comment by neil.fra...@gmail.com on 4 Jun 2012 at 11:27

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant