Hi there.
I'm using Qt 4.8 and I need to localize some string in the qml file, which contains Unicode characters. Example:
Label {
text: qsTr("°C")
}
But after the localization, my app continue to display °C instead of درجة مئوية. What am I doing wrong?