#3808 closed defect (fixed)
CLDR data generator should be fixed by adding code to convert U+200F to "u200F" in nls JS files
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Internationalization | Version: | 0.9 |
Keywords: | Cc: | hwcdl@… | |
Blocked By: | Blocking: |
Description
see dijit/tests/i18n/currency.html
Change History (8)
comment:1 Changed 12 years ago by
Cc: | hwcdl@… added |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 11 years ago by
Milestone: | 0.9 → 1.3 |
---|
The problem is turning up in other places, like dates. It turns out, the problem is in Rhino's implementation of eval: https://bugzilla.mozilla.org/show_bug.cgi?id=471005
comment:5 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 Changed 11 years ago by
comment:8 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [9784]) Escape U+200F references, fix empty entries. Fixes #3808, Refs #3802