Skip to content
Commit 49825f06 authored by Sergio Martins's avatar Sergio Martins
Browse files

Don't try to fix strings with escaped bytes

While QString::fromUtf8("ö") is equal to QString::fromUtf8("\xc3\xb6"),
QStringLiteral("ö") is not equal to QStringLiteral("\xc3\xb6") because the
escaped bytes won't be converted to utf-16 but instead used directly as is.

CCMAIL: faure@kde.org
CCMAIL: montel@kde.org
parent 41e79d65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment