简体   繁体   中英

intellij idea console output not supporting turkish charecter

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

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.

For turkish character support, you chould choose the international global UTF-8 format.

In IntelliJIdea **File / Settings / Editor / File Encoding** / *.properties Choose -> **Default encoding for properties files UTF-8

By the use of BOM configurations you can find the correct solution for your files. Do not forget that some choices of BOM for some class files can cause various \uxxxx errors like '' error

Moreover you could choose also Global Encoding and Project encoding values just given above in the same tab as UTF-8 to get a more general solution for the future projects.

Screenshot of the web content created by the use of many components bfrom messages.properties

printed text or response from local server with turkish characters

Settings Page

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM