https://bugs.winehq.org/show_bug.cgi?id=9583
Virgo Pärna virgo@gaiasoft.ee changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |virgo@gaiasoft.ee
--- Comment #20 from Virgo Pärna virgo@gaiasoft.ee --- Problem affects also CompareStringA. For testing I made Delphi 5 executable with: CompareStringA(1061, 0, PChar('AA'), 2, PCHar('ÄÄ'), 2) comparision. And it returns 1 in "Windows 7", but 2 in wine 1.4.1. It seems, that wine does that comparsion Accent Insensitive way, which is incorrect. And I suspect, that base issue is same with Ansi and Wide version. And this is major issue, because any sorting or character comparision using those functions will work incorrectly.