commit | 89ec813b4bec8ce20aaeffc9f6d145f913b23133 | [log] [tgz] |
---|---|---|
author | Kirill Makurin <maiddaisuki@outlook.com> | Sat Sep 06 17:49:41 2025 +0900 |
committer | LIU Hao <lh_mouse@126.com> | Sun Sep 07 22:53:44 2025 +0800 |
tree | f771588dc67adb897b5c5a9f0b498a028682b528 | |
parent | 94ee6fd3bb56646244f5867f19b1c78c6e550b98 [diff] |
tests: use explicit code pages instead of ACP in calls to setlocale setlocale in old CRTs does not support ACP/OCP strings to specify code page in the locale string. This results in test failures. To avoid this, explicitly specify code page in locale strings passed to setlocale. Signed-off-by: Kirill Makurin <maiddaisuki@outlook.com> Signed-off-by: LIU Hao <lh_mouse@126.com>