http://bugs.winehq.org/show_bug.cgi?id=25541
--- Comment #5 from Nick Law nlaw@naad.fsnet.co.uk 2011-02-10 20:09:51 CST --- (In reply to comment #4)
Eryk posted a patch: http://www.winehq.org/pipermail/wine-patches/2011-February/098813.html
Just a couple of comments on this patch, I'm not that familiar with strnicoll, but two possible problems with this patch are possibly that strnicoll ignores case (as I understand it) and this patch does not (the two strings need to be converted to the same case prior to the compare. Also LC_Collate modifies the comparison in strnicoll (I've no idea how). Having said that, this is a good start and I'll try it on on FH and see how it behaves.