Closed Basil-Dot-Work closed 1 year ago
Thank you for reporting this, we highly appreciate your attention to Java Playground. We are aware of this problem and right now in a process of testing a fix for this problem. There's a plan to release an update shortly. We will update this ticket as soon as the issue resolved.
Duplicate of #4
Solved.
What happened?
The title says it all: The default character encoding of the Dev.Java Playground’s console pane is US-ASCII. For maximum compatibility, it should be UTF-8.
Run:
System.out.println( System.out.charset() ) ;
So of course characters in Unicode beyond ASCII are garbled.
Run:
System.out.println( "Kıvanç Aydoğan" ) ;
Solution: Default the
charset
of the console pane to UTF-8.OS
macOS
What browsers are you seeing the problem on?
Safari
Contact Details (optional)
BasilDotWork@gmail.com
Additional information
Leave blank