14 Jun
2023
14 Jun
'23
12:23 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/locale.c:
set_lc_locale_name(locinfo, category);
if(!locinfo->lc_category[category].locale) { + /* new norwegian nynorsk LCID */ + static const LCID norwegian_nynorsk_lcid = 0x7814; int len = 0;
- if (lcid == MAKELANGID( LANG_NORWEGIAN, SUBLANG_NORWEGIAN_NYNORSK )) + if (lcid == norwegian_nynorsk_lcid)
Why is this change needed? I'm not sure if it's an improvement. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3050#note_35699