[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: minibidi bug




Behdad Esfahbod wrote:
No.  AFAICS, the problem is with bidi type of the text after
"best ".  The '3' shouldn't matter.  Since 4 >= 3 anyway.

No, Again, the level '3' *IS* the problem what happens is

- abcdefghijk
  11113444411

This is flipped to

- abcdeihgfjk
  11113444411

Then

- abcdfghiejk
  11114444311

You see now ?

- OUTPUT        best ENO and EHT
- miniBidi      ENO and best EHT
                ^^^^^^^^^^^^-- missing a flip

the reversing happens from the maximum level to the least level
greater than '0'. so the level '4' run is flipped and then flipped
again within the '3' run.

I'll see if I can put on the verbose thing in 30 minutes, if I cant
I'll post the levels.


ak.