[Bug 10767] lstrcmp and others do not compare punctuation characters correctly

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 17 03:28:01 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=10767





--- Comment #20 from Rafał Mużyło <galtgendo at o2.pl>  2009-11-17 03:28:01 ---
Well, as far as I understand the current code:
when lstrcmp(i) is called, locale matters only
till MultiByteToWideChar is called, then it goes
to CompareStringW which eventually does wine_compare_string
- this function is that language independent comparison,
that I'm complaining about.

On a related note: this blog: http://blogs.msdn.com/michkap/default.aspx
has a few interesting posts about similar problems.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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