Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.0
-
None
-
windows 7, msvc2013 32 bit, qt 5.5
-
644ac04af0c3ef7d20ddc6077f85547fcba8caf5, f549916d18540f3fcf72cc51a09197738bda5c03
Description
Since version 5.5 if you try this line:
qDebug() << QString("проверка кириллицы");
you get this instead of proper text:
"\u043F\u0440\u043E\u0432\u0435\u0440\u043A\u0430 043A\u0438\u0440\u0438\u043B\u043B\u0438\u0446\u044B"
at the same time this works as intended:
qDebug() << "проверка кириллицы";
Attachments
Issue Links
- replaces
-
QTBUG-52272 qDebug() replaces newlines with \n unless called with .noquote()
- Closed