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