Aric Stewart writes:
> Hello,
>
> So Unicode 6.3 was just recently released. One of the things it
> features is an updated BIDI (Bidirectional) algorithm. This is
> revision 29 to the
> algorithm. (http://www.unicode.org/reports/tr9/tr9-29.html#Modifications)
> Looking at the code I moved from
While I have no experience contributing code to wine itself so far, BiDi
or not, I smell a high-level design choice here. If the new revision to
the Unicode algorithm looks superior, my first idea would be to try
rebasing the code on that and then explicitly overriding it for Windows
quirks.
I don
Hello,
So Unicode 6.3 was just recently released. One of the things it features is
an updated BIDI (Bidirectional) algorithm. This is revision 29 to the
algorithm. (http://www.unicode.org/reports/tr9/tr9-29.html#Modifications)
Looking at the code I moved from gdi32 to usp10, it looks like the