[Bug 9583] CompareStringW gives incorrect result for some wide strings

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 10 08:06:49 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=9583

--- Comment #21 from Virgo Pärna <virgo at gaiasoft.ee> ---
Problem seems to be, that call to CompareStringEx passes NULL as Locale Name.
Which actually should be LOCALE_NAME_USER_DEFAULT, so in the case, when
GetUserDefaultLCID returns same value, it should work correctly. So it should
use call to LCIDToLocaleName to get proper locale name for passing to
CompareStringEx

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list