michael-o commented on code in PR #584: URL: https://github.com/apache/maven-surefire/pull/584#discussion_r1051886715
########## surefire-booter/src/main/java/org/apache/maven/surefire/booter/PpidChecker.java: ########## @@ -170,7 +169,7 @@ private void checkProcessInfo() // http://hg.openjdk.java.net/jdk7/jdk7/jdk/file/9b8c96f96a0f/test/java/lang/ProcessBuilder/Basic.java#L167 ProcessInfo unix() { - ProcessInfoConsumer reader = new ProcessInfoConsumer( Charset.defaultCharset().name() ) + ProcessInfoConsumer reader = new ProcessInfoConsumer( System.getProperty( "native.encoding", "UTF-8" ) ) Review Comment: Why not a fallback fallback? native.encoding => file.encoding => UTF-8? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org