https://bugs.winehq.org/show_bug.cgi?id=46782
Bug ID: 46782 Summary: CompareStringEx does not support SORT_DIGITSASNUMBERS flag Product: Wine Version: 4.2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: winehq@lanrules.de Distribution: ---
This flag is supported by all Windows versions down to at least Windows 7. It is used, for example, by Qt in QCollator.
See https://bugreports.qt.io/browse/QTBUG-74209 for reference.
CompareStringEx: https://docs.microsoft.com/en-us/windows/desktop/api/stringapiset/nf-stringa... Wine implementation list of supported flags: dlls/kernel32/locale.c#L3912-L3913
https://bugs.winehq.org/show_bug.cgi?id=46782
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |zzhang@codeweavers.com Status|UNCONFIRMED |NEW
--- Comment #1 from Zhiyi Zhang zzhang@codeweavers.com --- confirmed
https://bugs.winehq.org/show_bug.cgi?id=46782
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
--- Comment #2 from Sagawa sagawa.aki+winebugs@gmail.com --- Commit bc440c9c6dcb819929d7fd3cee93531c3eafd852 should fix this issue. Zhiyi, could you verify this?
https://bugs.winehq.org/show_bug.cgi?id=46782
Zhiyi Zhang zzhang@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bc440c9c6dcb819929d7fd3cee9 | |3531c3eafd852 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Zhiyi Zhang zzhang@codeweavers.com --- Fixed by bc440c9c6dcb819929d7fd3cee93531c3eafd852
https://bugs.winehq.org/show_bug.cgi?id=46782
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.11.