https://bugs.winehq.org/show_bug.cgi?id=54583
Bug ID: 54583 Summary: kernel32:locale - The non-breaking space GetNumberFormatEx() test fails on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
kernel32:locale - The non-breaking space GetNumberFormatEx() test fails on Windows 11:
locale.c:1820: Test failed: Expected L"-12\00a0345,00", got L"-12\202f345,00"
See https://test.winehq.org/data/patterns.html#kernel32:locale
So Windows 11 returns a narrow non-breaking space instead of a 'plain' non-breaking space separator when using the French format.
The narrow non-breaking space is probably more correct.
https://bugs.winehq.org/show_bug.cgi?id=54583
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=54583
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Sent a merge request: https://gitlab.winehq.org/wine/wine/-/merge_requests/2288
https://bugs.winehq.org/show_bug.cgi?id=54583
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |b66f9af10657a0c468cd3858074 | |fb61d3d317095 Status|NEW |RESOLVED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit b66f9af10657a0c468cd3858074fb61d3d317095 Author: François Gouget fgouget@codeweavers.com AuthorDate: Sat Feb 25 20:27:36 2023 +0100
kernel32/tests: Fix the French GetNumberFormatEx() test on Windows 11.
Windows 11 uses a narrow non-breaking space instead of a plain one when formatting numbers.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54583
https://bugs.winehq.org/show_bug.cgi?id=54583
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.3.