We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a0a57 commit d90f650Copy full SHA for d90f650
src/main/java/org/codehaus/plexus/archiver/zip/AbstractZipArchiver.java
@@ -51,7 +51,7 @@ public abstract class AbstractZipArchiver
51
* Encoding to use for filenames, defaults to the platform's
52
* default encoding.
53
*/
54
- private String encoding;
+ private String encoding = "UTF8";
55
56
private boolean doCompress = true;
57
0 commit comments