Re: [2/7] msi: Use strcmpW instead of lstrcmpW to compare database strings.
6 Oct
2010
6 Oct
'10
2:22 p.m.
Hans Leidekker <hans(a)codeweavers.com> writes:
An installer I have here uses \1 and \2 as delimiters in property strings. It turns out that on Wine lstrcmp("\1", "\2") returns 0, not -1, which causes the string table implementation to return the wrong value. This should be fixed, but it's better if database string comparisons do not depend on thread locale.
Yes, but isn't it supposed to follow Unicode sorting rules instead of simply comparing code point values? -- Alexandre Julliard julliard(a)winehq.org
5551
Age (days ago)
5551
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard