Relates :
|
|
Relates :
|
While looking into JDK-8266674, I noticed `sun.stdout/err.encoding` values set to `cp65001` on Windows (with `UTF-8` default setting). Although this won't affect Console.charset(), as it takes different code path, this should be fixed to be set to `UTF-8`.
|