I have Eclipse 2022, which now has UTF-8 as default, and I'm trying to print Japanese characters. Such as:
System.out.println("わ");
The problem is that in the console, it just prints out ?
marks. The closest thing I found to someone having the same problem as me would be:
UTF-8 text (Hindi) not getting displayed on Browser window or Eclipse console