https://bugs.winehq.org/show_bug.cgi?id=52875
Bug ID: 52875 Summary: riched20:editor fails in Wine in Hindi Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: richedit Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
riched20:editor fails in Wine in Hindi:
editor.c:6064: Test failed: EM_STREAMIN: Test UTF8Split returned 6
https://test.winehq.org/data/patterns.html#riched20:editor
It also has failures in Wine in other locales and on other Linux configurations but this one is new. A bisect shows that it started after the following commit:
commit e81327358a26b160740b3421a4c7f300b4d2f06f Author: Alexandre Julliard julliard@winehq.org Date: Wed Apr 13 15:13:16 2022 +0200
kernelbase: Move codepage initialization to ntdll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
This commit is also involved in the following failures: * Bug 52873 - oleaut32:typelib fails in Wine in Hindi * Bug 52870 - shlwapi:url - The UrlGetPartA() tests fails in Wine in Hind * Bug 52872 - vbscript:run fails in Wine in Hindi
https://bugs.winehq.org/show_bug.cgi?id=52875
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression, source, | |testcase Regression SHA1| |e81327358a26b160740b3421a4c | |7f300b4d2f06f
https://bugs.winehq.org/show_bug.cgi?id=52875
--- Comment #1 from Alexandre Julliard julliard@winehq.org --- The test is broken, it fails the same way on Windows with codepage set to UTF-8.
https://bugs.winehq.org/show_bug.cgi?id=52875
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|e81327358a26b160740b3421a4c | |7f300b4d2f06f | Summary|riched20:editor fails in |riched20:editor fails on |Wine in Hindi |Windows with a UTF-8 code | |page Keywords|regression |
--- Comment #2 from François Gouget fgouget@codeweavers.com --- I added a test configuration with Hindi as a UTF-8 system locale: w10pro64_hi_IN_u8. It confirms that the test is wrong
https://bugs.winehq.org/show_bug.cgi?id=52875
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|riched20:editor fails on |riched20:editor fails with |Windows with a UTF-8 code |the UTF-8 code page |page |
https://bugs.winehq.org/show_bug.cgi?id=52875
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=52875
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- This got fixed by the commit below:
commit 5902cfd2990261189ce9af27981a95ac12fa2a5d Author: Eric Pouech eric.pouech@gmail.com Date: Wed Nov 9 14:03:18 2022 +0100
riched20: Fix failing test in UTF8 locales.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52875 Signed-off-by: Eric Pouech eric.pouech@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=52875
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.0-rc1.