Message11858

Author otmarhumbel
Recipients amak, jeff.allen, otmarhumbel
Date 2018-03-27.21:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522186818.13.0.467229070634.issue2659@psf.upfronthosting.co.za>
In-reply-to
Content
chcp returns exactly the same encoding as java.io.Console.encoding() did. This way we can keep it backwards compatible.

The downside is the slower startup time on Windows. But maybe we only have to spawn a subprocess if none of the properties / registry / env vars is set.
History
Date User Action Args
2018-03-27 21:40:18otmarhumbelsetmessageid: <1522186818.13.0.467229070634.issue2659@psf.upfronthosting.co.za>
2018-03-27 21:40:18otmarhumbelsetrecipients: + otmarhumbel, amak, jeff.allen
2018-03-27 21:40:18otmarhumbellinkissue2659 messages
2018-03-27 21:40:17otmarhumbelcreate