Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 2.5.2
-
None
-
Windows 7 Pro, Ubuntu 12.04, Mac OS X 10.7
Description
When you use QDebug to output unicode text (characters) to the console and run console application under QtCreator, qtcreator_process_stub "eats" unicode characters. See attached imiges. This happens on all desktop platforms (Windows, Linux, Mac OS).
- Linux and Mac OS X. If you run this console app directly in terminal, unicode works OK!
- Windows. Unicode is not working in console app at all. To fix this you must call Win32 API function SetConsoleOutputCP(CP_UTF8).
This question was discussed in forum thread:
https://qt-project.org/forums/viewthread/21089/#100766
Attachments
Issue Links
- relates to
-
QTCREATORBUG-16010 Debug doesn't work well with unicode characters
- Closed
-
QTCREATORBUG-316 National compiler error messages unreadable
- Closed
-
QTCREATORBUG-23204 CLONE - National compiler error messages unreadable
- Closed