Question marks instead of Cyrillic symbols at Run tab in IntelliJ IDEA 2021.1

Answered

I run Gradle tests. In my Terminal my Russian characters are good, but in Run tab in IntelliJ IDEA I have this question marks.

My system is Windows 10. In terminal I have Windows PowerShell and I see Russian symbols. Can you help me?

0
3 comments

The .feature file is stored in UTF-8 encoding. But the output is question marks in the Run tab.

0

Hello Mihail Ananev123 ,

Please try to set UTF-8 as project encoding. (Settings/Preferences | Editor | File Encodings)

Also, go to Help | Edit Custom VM Options... and add (restart IDE is needed):

-Dconsole.encoding=UTF-8
-Dfile.encoding=UTF-8
1

Please sign in to leave a comment.