Home > Enterprise >  intellij idea console output not supporting turkish charecter
intellij idea console output not supporting turkish charecter

Time:05-05

IntelliJ IDEA incorrect encoding in console output

https://www.jetbrains.com/help/idea/encoding.html

Turkish characters are not supported in intellij idea's terminal after run command. I tried the above two links but I couldn't solve the problem. console output photo-screenshot

CodePudding user response:

Here is a related issue on YouTrack:

https://youtrack.jetbrains.com/issue/IDEA-291006/Running-the-Java-project-by-using-the-JDK-18-prints-the-garbled-

Feel free to watch it in order to be notified once it has updates. See this article if you are not familiar with YouTrack.

  • Related