On Mon Nov 20 07:42:00 2023 +0000, Alexandre Julliard wrote:
You most likely want to always use the script, not only for unknown locale. For unknown countries we should probably fall back to neutral locale in all cases. Also the user_locale variable needs to be updated.
Hi Alexandre,
You most likely want to always use the script, not only for unknown locale.
Likely not? A script name isn't required and isn't set by macOS for all the languages. For example, the script name is none if the system language is 'English (US)'.
For unknown countries we should probably fall back to neutral locale in all cases.
Also the user_locale variable needs to be updated.
I am not sure what locale should I assign to user_locale in the case of 'zh-Hans-US', 'zh-Hans' isn't a valid locale for both Linux and macOS. Should I reset it to 'C'?
Thanks