bruns added a comment.
This outputs 'µ' twice, so QChar(0xB5) should be equivalent: qWarning() << QString(QChar(0xB5)) << QString(QChar(u'µ')); REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D13583 To: bruns, #frameworks, astippich Cc: bcooksley, kossebau, kde-frameworks-devel, astippich, michaelh, ngraham, bruns