hboutemy commented on pull request #28: URL: https://github.com/apache/maven-jlink-plugin/pull/28#issuecomment-752030124
yes, given we use the PrintWriter API of ToolProvider https://docs.oracle.com/javase/9/docs/api/java/util/spi/ToolProvider.html, it's better to keep the Character/String content as-is instead of butchering twice (once on `new PrintWriter(OutputStream)` and the second one on `toString( "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. For queries about this service, please contact Infrastructure at: [email protected]
