http://bugs.winehq.org/show_bug.cgi?id=10767
--- Comment #42 from Juan Luis ntrrgc@gmail.com 2012-07-22 07:49:17 CDT --- (In reply to comment #41)
In the light of the previously mentioned article, it's missing a section alike to:
ret = CompareStringA(lcid, NORM_IGNORENONSPACE, "a", 1, "\xB9", 1); todo_wine ok(ret == CSTR_LESS_THAN, "\'\\xB9\' character should be greater
than 'a'\n");
Sure. Work has been done in working with all ascii strings. Unicode ones still can fail in many ways, but finally fixing them would need more time... and some new collation tables.