[Bug 49778] StrCmpLogicalW() incorrectly sorts numeric characters ('0'-'9') versus some symbols ('.' and others)

WineHQ Bugzilla wine-bugs at winehq.org
Fri Sep 4 17:20:39 CDT 2020


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

Fabian Maurer <dark.shadow4 at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |dark.shadow4 at web.de
         Resolution|---                         |DUPLICATE
          Component|shlwapi                     |kernel32

--- Comment #1 from Fabian Maurer <dark.shadow4 at web.de> ---
Hi folks, this is another instance of our collation tables being different from
the windows collation tables.

StrCmpLogicalW calls into ChrCmpIW, which calls into CompareStringW.

Marking dupe. I'm still on my patchset, but time is sparse. Hopefully making
progress this weekend.

Note: Changes in the behavior on different windows versions are to be expected,
since the collation tables changed between versions. The important bits are
(hopefully) still the same though.

*** This bug has been marked as a duplicate of bug 10767 ***

-- 
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