Skip to content

Commit 00748ea

Browse files
committed
Change source encoding to UTF-8
1 parent 3605bc0 commit 00748ea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
5656
<commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
5757
<commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
5858

59+
<commons.encoding>UTF-8</commons.encoding>
5960
<commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation>
6061
<commons.manifestfile>${commons.manifestlocation}/MANIFEST.MF</commons.manifestfile>
6162
<commons.osgi.import>

src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ private void addPaxHeadersForBigNumbers(final Map<String, String> paxHeaders,
297297
TarConstants.MAXID);
298298
// libarchive extensions
299299
addFileTimePaxHeader(paxHeaders, "LIBARCHIVE.creationtime", entry.getCreationTime());
300-
// star extensions by Jörg Schilling
300+
// star extensions by Jörg Schilling
301301
addPaxHeaderForBigNumber(paxHeaders, "SCHILY.devmajor",
302302
entry.getDevMajor(), TarConstants.MAXID);
303303
addPaxHeaderForBigNumber(paxHeaders, "SCHILY.devminor",

0 commit comments

Comments
 (0)