[Solved]Why a dot char changes to a box in a arabic string?
-
I find i have the same question as http://www.qtcentre.org/threads/59640-dot-gets-converted-into-square-with-arabic-language-on-Android-5-plateform shows.
I know that, the arabic font file i used in my program defines the '.notdef' char that represent the so-called 'box' which painted on the screen.
Can anyone help me figure it out?
-
What Qt version are you using? This bug was fixed in Qt 5.2.1. See here: https://bugreports.qt.io/browse/QTBUG-34191
-
@Wieland here is the text:
"إحداثيات قريبة إلى أصل الصورة الرمزية (0،0)، وذلك باستخدام صعودا اتفاقية ذ. هذه الدالة تأخذ حجة خاصة، ووضع BBOX، للإشارة إلى كيفية التعبير عن الإحداثيات مربع."On my pc, it works well. But on my embed device, the 'dot' at the tail changes to square. Is it the problem of my embed device?
-
@Wieland I find the official resolution https://codereview.qt-project.org/#/c/92375/ . But it also faild on my embed device :(
-
Hi,
Do you mean it still broken ?