sebbASF commented on code in PR #389:
URL: https://github.com/apache/commons-compress/pull/389#discussion_r1217913999
##########
src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java:
##########
@@ -297,7 +297,7 @@ private void addPaxHeadersForBigNumbers(final Map<String,
String> paxHeaders,
TarConstants.MAXID);
// libarchive extensions
addFileTimePaxHeader(paxHeaders, "LIBARCHIVE.creationtime",
entry.getCreationTime());
- // star extensions by J�rg Schilling
+ // star extensions by Jörg Schilling
Review Comment:
Could also use:
// star extensions by Joerg Schilling
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]