#3938 closed defect (fixed)
0.9: build.sh fails on Linux with MalformedCharacterEncoding
Reported by: | Jared Jurkiewicz | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
0.9: build.sh fails on Linux with MalformedCharacterEncoding?
I've tried to build the profile for 0.9 and I continuously get a malformed char error. The problem was tracked down to file:
dojo/tests/number.js
Line 879.
- pattern:'â[email protected]°'#0'â[email protected]°'; expect:"â[email protected]°123â[email protected]°"; but got "'â[email protected]°'123000'â[email protected]°'" instead
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [9906]) Remove bogus char(s). Refs #3938