https://bugs.winehq.org/show_bug.cgi?id=51410
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |237befbe4d69fb275ad77e1907d | |2f06821c7850e Resolution|--- |FIXED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- commit 237befbe4d69fb275ad77e1907d2f06821c7850e Author: Francois Gouget fgouget@codeweavers.com AuthorDate: Tue Jul 6 16:56:23 2021 +0200
mlang/tests: Fix the check for non-English locales in test_GetCodePageInfo().
The strings returned by GetCodePageInfo() depend on the thread's UI language, not the system locale or the thread's standards and formats settings.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org