Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 17.0.0
-
None
-
Microsoft Windows
版本24H2(OS内部版本26100.4351)
-
-
Windows
Description
The Application Output panel has some issues with support for non-English character output, which occur in:
1. My program has correctly adjusted the corresponding output UTF-8 encoding page: SetConsoleOutputCP(CP_UTF8); // Windows UTF-8 Terminal support
2. In other IDEs, when I set the current terminal encoding page to UTF-8, the non-English output should be normal (because my system is a GBK encoded page), but the listening under Qt Creator is not normal.
3. There is no encoding format for this panel in the settings, and the encoding format setting under Terminal does not play a role in the output of this panel.