I'm running the FileAssembler on a Ubuntu machine (previously I was running it on a Windows machine) and I noticed that it mangles characters like à, ù, etc
The command file --mime for the original js files says they're UTF-8, while the assembled file is us-ascii.
Is it possible to tell the assembler to produce a UTF-8 file?
The command file --mime for the original js files says they're UTF-8, while the assembled file is us-ascii.
Is it possible to tell the assembler to produce a UTF-8 file?
Comment