Opened 12 years ago
Closed 12 years ago
#7621 closed defect (fixed)
i18n demo languages are gibberish
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I believe that's the technical i18n term. Looks like an encoding problem? Tested against
http://archive.dojotoolkit.org/nightly/dojotoolkit/demos/i18n/demo.html
on FF3/Mac
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Hopefully the above checkin fixes everything, but let's wait for the next build and test. archive.dojotoolkit.org isn't listing character-set in the response header when requesting languages.json, and that may be causing part of the problem (see forum post about it)
comment:3 Changed 12 years ago by
UTF-8 should be used exclusively for Dojo, to be safe. Actually, I see ISO-8859-1,utf8 specified only for *.json on archive.dojotoolkit.org, so it's using ISO by default.
comment:4 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
OK, the above change fixed the gibberish problem, although I noticed another issue which I filed as #7660.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [15232]) Any <script> tag that pulls in date libraries needs to have charset=utf-8. Just adding it to all the script tags. Refs #7621.