Changes between Initial Version and Version 1 of Ticket #6124
- Timestamp:
- Mar 8, 2008, 2:40:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6124
- Property Owner changed from James Burke to bill
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
BuildSystem
toDijit
-
Property
Summary
changed from
year signed messed up on japanese builds
toyear symbol corrupted up on builds
-
Ticket #6124 – Description
initial v1 2 2 3 3 Reproduces on a local build. 4 5 Traced problem to dijit-all.js, which interns this code from date/locale.js: 6 {{{ 7 year += "u5E74"; 8 }}} 9 10 and converts it to: 11 12 {{{ 13 year+="å¹´"; 14 }}} 15 16 Must be that we need to specify the encoding of the dijit-all.js file (as UTF-8).