https://bugs.winehq.org/show_bug.cgi?id=35009
--- Comment #18 from zaplo00@mailfence.com --- If you use comparestring.cpp from other bug it shows sortkey is wrong.
str1 0x96EA, str2 0x5922
(win 8.1) locale is 0x411 CompareStringW: string1 is less lstrcmpW: string1 is less LCMapStringW result: 7 0xca 0x92 0x1 0x1 0x1 0x1 0x0
char: 0x96ea, sortkeys: 0xca 0x92 0x1 0x1 0x1 0x1 0x0 char: 0x0, sortkeys: 0x1 0x1 0x1 0x1 0x0
(wine) locale is 0x411 CompareStringW: string1 is greater lstrcmpW: string1 is greater LCMapStringW result: 9 0xff 0xfe 0x96 0xea 0x1 0x1 0x1 0x1 0x0
char: 0x96ea, sortkeys: 0xff 0xfe 0x96 0xea 0x1 0x1 0x1 0x1 0x0 char: 0x0, sortkeys: 0x1 0x1 0x1 0x1 0x0