Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.2, 6.2.4, 6.3.2, 6.4.2, 6.5.0 Beta1
-
None
Description
Unicode BIDI text (Hebrew + Phone Number) is rendered wrong in Qt TextEdit. Reproduced
both with QtWidgets and QtQuick, with the current dev as well.
Quick sample:
import QtQuick Window { width: 200 height: 100 visible: true title: "BiDi issue" Text { anchors.centerIn: parent text: "שִׂיחָה +9751111111" } }
Actual result - wrong:
Pay attention that Phone Number is on separate text line
שִׂיחָה +9751111111
You can use e.g. https://util.unicode.org/UnicodeJsps/bidi.jsp to see how it should be rendered:
Attachments
Issue Links
- resulted in
-
QTBUG-111479 Add ways to affect default layout directional of TextEdit
- Reported