From: Jeff A. <ja...@fa...> - 2018-03-26 22:14:39
|
When nothing else tells us the console encoding, we obtain it by a reflective call to the private java.io.Console.encoding(), which Java 9 doesn't like and threatens to disallow. I propose re-thinking this to avoid the call. See http://bugs.jython.org/issue2659 for a first idea. Jeff -- Jeff Allen |