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 3412122 commit 32a0a57Copy full SHA for 32a0a57
src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java
@@ -149,7 +149,7 @@ protected void execute()
149
150
final OutputStream bufferedOutputStream = new BufferedOutputStream( new FileOutputStream( tarFile ) );
151
tOut =
152
- new TarArchiveOutputStream( compress( compression, bufferedOutputStream ) );
+ new TarArchiveOutputStream( compress( compression, bufferedOutputStream ), "UTF8" );
153
if ( longFileMode.isTruncateMode() )
154
{
155
tOut.setLongFileMode( TarArchiveOutputStream.LONGFILE_TRUNCATE );
0 commit comments