Search code examples
c++qtunicodeutf-8qt-creator

Qt Creator national symbols in Application Output


Windows 10 x64, system display language is English (United States), Russian language pack is also installed.

msvc 2019, clang, Qt Creator 9.0.2 shows Russian symbols in Application Output in an unreadable form. How to fix that?

enter image description here

enter image description here


Solution

  • Fixed by set 'Text codec for tools' to 'windows-1251':

    enter image description here