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