On Mon Oct 21 13:18:47 2024 +0000, Jactry Zeng wrote:
changed this line in [version 3 of the diff](/wine/wine/-/merge_requests/6703/diffs?diff_id=139152&start_sha=c943402ed88cb1c2a149deef850c232013e14429#e59c6aa5875051a8fdb20e28186dc6a0f471b55f_538_538)
This is because _create_locale() doesn't handle a codepage-only locale string (likes ".932") very well, it won't respect the codepage first, but create ctype1/pclmap from the system's language, here is a test about it: https://gitlab.winehq.org/jactry/wine/-/commit/cce85ba8f397faa312c5dc0fbf2ba... Anyway, using a locale with the full name will avoid it, if you don't mind, I will use it for this serial first and try to fix the _create_locale() in another serial later. :)