Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The GzipCompressorOutputStream#writeHeader method uses the ISO_8859_1 to write the file name.
If the file name contains non-ISO_8859_1 characters, some unknown characters are displayed after decompression.
Can change the ISO_8859_1 to UTF-8?
if (filename != null)