jackdos opened a new pull request #6: EXEC-112 URL: https://github.com/apache/commons-exec/pull/6 This PR addresses EXEC-112 by adding a "charset" variable to the LogOutputStream class, and providing an overloaded constructor to allow a user to set it. If this is set, when calling processBuffer, the buffer.toString calls uses the overload with a charset name specified. Existing behaviour with the original constructor is maintained. The first commit adds a unit test that fails when running "mvn verify" from the command line on Windows so that the issue can be verified, this test is removed in a subsequent commit.
---------------------------------------------------------------- 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] With regards, Apache Git Services
