renciso218 / blockly

Automatically exported from code.google.com/p/blockly
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
Done.  Thanks!

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