-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
When concating files which are UTF 16 Little Endian (unicode) every other file gets munged a bit.
When concatenating files which are UTF 16 Big Endian the same result happens.
If you alternate files where the first is UTF16LE and the second is UTF16BE then just the very end of the second file gets munged.
I have set up a demo project that illustrates this and has a bunch of notes that explain why I even tried these things. I don't know for certain the problem is in gulp-concat (it could be in gulp itself in gulp.src(). )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels