Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
Changelog: Dmitry Timoshkov <dmitry(a)codeweavers.com> Move CompareString implementation to libwine_unicode, add a bunch of CompareString tests.
This causes a lot of breakage in the shlwapi string tests. Some of these may well be because the shlwapi implementation depends on a broken CompareString, but others look suspicious. For instance the StrChrA test fails because CompareString says "-" and "'" are equal, that doesn't sound right at all. -- Alexandre Julliard julliard(a)winehq.com
"Alexandre Julliard" <julliard(a)winehq.org> wrote:
This causes a lot of breakage in the shlwapi string tests. Some of these may well be because the shlwapi implementation depends on a broken CompareString, but others look suspicious. For instance the StrChrA test fails because CompareString says "-" and "'" are equal, that doesn't sound right at all.
That's probably due to a missing collation table patch. I'll investigate. -- Dmitry.
participants (2)
-
Alexandre Julliard -
Dmitry Timoshkov