28 Nov
2023
28 Nov
'23
8:09 a.m.
in this case, IMO there's no guarantee that description and key are translatable without loss in ANSI codepage, and using %ls will use the app default locale, which may end with a codepage that we don't want here (above all the strings are loaded with the app locale set to en-US which should give output in ANSI codepage) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4520#note_54065