[
https://issues.apache.org/jira/browse/COMPRESS-638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17657068#comment-17657068
]
Gary D. Gregory edited comment on COMPRESS-638 at 1/11/23 3:46 AM:
-------------------------------------------------------------------
I guess but it would break adherence to the RFC. It would have to be pluggable
as well. Feel free to provide a PR.
was (Author: garydgregory):
I guess but it would break adherence to the RFC. It would have to be pluggable
to. Feel free to provide a PR.
> 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.
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: COMPRESS-638
> URL: https://issues.apache.org/jira/browse/COMPRESS-638
> Project: Commons Compress
> Issue Type: Bug
> Reporter: Radar wen
> Priority: Major
> Attachments: 0110.png
>
>
> 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. !0110.png!
> Can change the ISO_8859_1 to UTF-8?
> if (filename != null) {
> out.write(filename.getBytes(ISO_8859_1));
> out.write(0);
> }
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)