Hi, Dov mentioned that LyX bidi algorithm did a good job at previous versions, and I agree with it. If Lyx bidi algroithm is indeed spread all over the place, I think we will be better off disabling Qt bidi algorithm (if it's possible). I think it won't require much additional code as disabling the Lyx Bidi algorithm.
Abdel: In previous versions of Lyx, did it handle Arabic right, or messed the directions? Guy Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Dov Feldstern wrote: > Abdel, I know that you agree with Guy on this one, so maybe you guys are
> right... And it's true that for Arabic, letting Qt deal with everything > will probably simplify things a lot... However, it sounds like a really > big job to me, and I think that the alternative would work, and would be
> much much simpler, even if it is a little backwards. Perhaps we can reuse part of LyX bidi algorithm. I am thinking about keeping the reordering of words but not the reordering of letters. This must be done by Qt because it is the one who knows how to paint them on screen at the end. This won't be a big change because we already pass the strings word by word to the painter. Abdel.