Currently aggregated files are written to the file system using the default system charset. It would be great if the developer could specify the output encoding of aggregated files in the configuration for systems on which the developer cannot change the default charset. Alternatively the encoding parameter that may already be specified (for input files) could be reused
Files are aggreated as bytes (no text conversion), so I guess the incoming (to aggreation) has the issue.
Do you use the encoding configuration of compress ?
Currently aggregated files are written to the file system using the default system charset. It would be great if the developer could specify the output encoding of aggregated files in the configuration for systems on which the developer cannot change the default charset. Alternatively the encoding parameter that may already be specified (for input files) could be reused