Opened 15 years ago
Closed 15 years ago
#5188 closed New Feature (fixed)
fixlineends not working corectly
Reported by: | Wiktor Walc | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
It seems that fixlineends script (_dev\fixlineends\) is not fixing all files, for example the following file:
_source\core\editor.js
does not have a BOM character after running fixlineneds.bat.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 5188.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|---|
Type: | Bug → New Feature |
We didn't actually check for BOM characters, with this patch with --fixbom option this script will fix BOM characters.
By default, it will leave BOM characters in js and asp files and remove BOM character from all other files.