[Interest] Qt Creator Application Output

Tomasz Siekierda sierdzio at gmail.com
Wed Aug 5 14:55:11 CEST 2015


On 5 August 2015 at 14:16, Prav <pr12og2 at programist.ru> wrote:
>> This is a new way (the change was made intentionally), but a lot of
>> people have voted that this feels rather like a regression. Qt 5.5.1
>> will revert this change, and offer the new behaviour as a non-default
>> option.
> Thanks! Can 5.5.0 be forced to work the old way?

I don't think it can be done easily, but maybe others know a way to do it.

You can try adding qPrintable to wrap your strings:
QString myString("some multibyte UTF characters");
qDebug() << qPrintable(myString);

If that does not help, use qUtf8Printable. It looks ugly, but might help you.



More information about the Interest mailing list