[PATCH] [Bug 91955] Bidi algorithm: incorrect implementation of rule N2
Stephan Kulow
coolo at kde.org
Wed Nov 3 20:20:34 GMT 2004
Am Mittwoch 03 November 2004 17:21 schrieb Mitz Pettel:
> I see. I think changing line 859 from
> if( bidi.status.eor != QChar::DirL ) {
> to
> if( bidi.status.eor != QChar::DirL &&
> bidi.status.eor!=QChar::DirEN ) {
> should take care of most of these.
I will try tomorrow. Thanks for the fix.
>
> P.S. I'm trying to be helpful, but I'm completely new to this, so if
> anything I'm saying or doing is unproductive or inappropriate, please
> let me know.
You're doing it perfectly from what I can say.
Greetings, Stephan
More information about the kfm-devel
mailing list