在 2025-6-1 17:23, Kirill Makurin 写道:
Hi,
I have noticed that behavior of `btowc` function is inconsistent between MSVCRT and UCRT
when current locale is "C".
UCRT's `btowc` converts bytes in range 128-255 as if source charset was
ISO-8859-1 (code page 28591). MSVCRT's (on Windows 11) fails an
在 2025-6-1 15:06, Kirill Makurin 写道:
diff --git a/mingw-w64-libraries/winpthreads/tests/Makefile.am
b/mingw-w64-libraries/winpthreads/tests/Makefile.am
index 9dda82f73..74549952d 100644
--- a/mingw-w64-libraries/winpthreads/tests/Makefile.am
+++ b/mingw-w64-libraries/winpthreads/tests/Makefile.a