-
Bug
-
Resolution: Invalid
-
P2: Important
-
4.7.1
-
None
-
Windows XP English, Qt 4.7 branch on top of sha c01231089fe396689310f56529d06ab4136296fa.
Following QML file displays Scandinavian characters fine on Ubuntu Linux and Symbian^3, but not on Windows XP. QWidget-based editor like QLineEdit from the same version of Qt running on Windows XP also displays the characters correctly, suggesting there is a bug in QML Text elements on Windows.
import QtQuick 1.0 Text { text: "ä, ö and å" }