Re: JEP400 vs new Scanner(System.in)

2022-10-18 Thread Kamil Ševeček
Hi! Perhaps core-libs-dev is the more appropriate mailing list, but there are hundreds of posts a month there. I'm not sure whether the severity of the problem would require a more fundamental solution. So I will reply here as well, because I see that Brian Goetz reviewed and endorsed the JEP-400

Re: JEP400 vs new Scanner(System.in)

2022-10-13 Thread Ron Pressler
Hi. The appropriate list is core-libs-dev, where this discussion should continue. System.in is the standard input, which may or may not be the keyboard. For keyboard input, take a look at the java.io.Console class [1], in particular its charset and reader methods. [1]: https://docs.oracle.com