Opened 15 years ago
Closed 14 years ago
#1660 closed defect (fixed)
Remove UTF-8 BOM in build
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | BuildTools | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
remove the UTF-8 BOM when building dojo.js. Normally, the .js files are concatenated together, and this special sequence, if not at the very top of a file, is not valid and may result in a syntax error.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | 0.9 → 1.0 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
incorporating patch from #4658