Answer the question
In order to leave comments, you need to log in
Qt5.5 how to display QString("cyrillic") in qDebug?
In general, for some reason, they killed the ability in qDebug () to display debug information qDebug()<<QString("Кирилица")
, output \u0123 and so on.
this is how it works: qDebug()<<"Кирилица";
The fact is that I work with a third-party API and everything just comes to QString there and I would like to see normal messages ... how can I get out?
Answer the question
In order to leave comments, you need to log in
Solution found:
but it smells like a crutch... I'll try to redefine qDebug
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question