sschuberth commented on code in PR #389:
URL: https://github.com/apache/commons-compress/pull/389#discussion_r1448423980
##########
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:
Actually, strictly (legally) speaking, "Jörg" and "Joerg" are not the same
name, just like "Möller" and "Moeller" are not. So better stick to the original
for credits / Copyrights, if possible.
--
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]