https://bugs.winehq.org/show_bug.cgi?id=52964
Bug ID: 52964 Summary: kernel32:locale - test_CompareStringA() fails on Wine in Hindi Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
kernel32:locale - test_CompareStringA() fails on Wine in Hindi:
locale.c:1929: Test failed: expected CSTR_LESS_THAN, got 2 locale.c:1931: Test failed: expected CSTR_GREATER_THAN, got 2
https://test.winehq.org/data/patterns.html#kernel32:locale
This test had very similar failures on Windows with the Hindi + UTF-8 configuration (see bug 52869). But while the failures on Windows have been fixed, the ones in Wine persist.
A bisect indicates they started with the commit below (before the matching Windows failures got fixed):
commit 8993e15cfa5b77ac2487239354ffe63bbc5e562d Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 11 17:21:47 2022 +0200
kernelbase: Support UTF-7/8 codepages in get_codepage_table().
Signed-off-by: Alexandre Julliard julliard@winehq.org