From: Dmitry Timoshkov
"Ge van Geldorp" gvg@reactos.com wrote:
I compared the results of CT_CTYPE1 GetStringTypeW() between Windows 2000 and Wine and found a lot of differences
That's a known incompatibility. Another one is sort weight tables. We can do nothing to fix it, unicode.org and Microsoft have very different unicode tables.
Ok, I remember a discussion about sort weight tables some time ago.
Do you have an app which depends on GetStringTypeW return values?
No, I was just porting some Wine routines to ReactOS and was a little bit surprised when I tested the result and found the difference with Windows. I guess we'll have to live with it just like you guys do.
Ge van Geldorp.