-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.3.0 Alpha
-
Fix Version/s: 5.3.0 RC1
-
Component/s: GUI: Text handling
-
Labels:None
-
Platform/s:
-
Commits:0b87f4f6c912a508f170cd25ff5317bb77665fa9
As can be seen with the following QML, Arabic numerals don't work properly on Android.
import QtQuick 2.2 import QtQuick.Window 2.1 Window { visible: true width: 360 height: 360 Text { text: qsTr("\u0661") anchors.centerIn: parent } }
This should display the digit ١ but displays nothing. My guess is that this is related to font merging.