Michael Gerz wrote:
Georg Baum wrote:
Am Montag, 30. Oktober 2006 19:53 schrieb Michael Gerz:
Index: src/frontends/qt4/QLPainter.C
===================================================================
--- src/frontends/qt4/QLPainter.C (Revision 15624)
+++ src/frontends/qt4/QLPainter.C (Arbeitskopie)
@@ -221,13 +221,6 @@
QString str;
ucs4_to_qstring(s, ls, str);
-#if 0
- // HACK: QT3 refuses to show single compose characters
- // Still needed with Qt4?
- if (ls == 1 && str[0].unicode() >= 0x05b0 && str[0].unicode()
<=
0x05c2)
- str = ' ' + str;
-#endif
-
This one only if you made sure that the answer to "Still needed with
Qt4?" is "no".
Abdel, do you have any insight?
No, sorry. I don't know what this is about.
Abdel.