https://bugs.winehq.org/show_bug.cgi?id=53550
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |regression, source Regression SHA1| |b631c147027c35fae5a8f5afef9 | |03958cadbed0a CC| |alexhenrie24@gmail.com Status|UNCONFIRMED |NEW
--- Comment #1 from Alex Henrie alexhenrie24@gmail.com --- This is a regression: Wine 7.4 and earlier used the Catalan translation for LANG=ca_AD.UTF-8. `git bisect` says:
b631c147027c35fae5a8f5afef903958cadbed0a is the first bad commit commit b631c147027c35fae5a8f5afef903958cadbed0a Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 22 10:31:58 2022 +0100
ntdll: Reimplement RtlLocaleNameToLcid() using the locale.nls data.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/kernel32/tests/locale.c | 90 +++++++++++++------------- dlls/ntdll/locale.c | 146 +++++++++++++------------------------------ 2 files changed, 91 insertions(+), 145 deletions(-)