On Wed, 20 Aug 2025, Kirill Makurin wrote:
I can't figure myself how to report a bug in CRT to Microsoft, any pointers? If they would fix this in UCRT, this would be amazing.
I'd recommend filing an issue at https://developercommunity.visualstudio.com/home, for the component "C++". See e.g. https://developercommunity.visualstudio.com/t/UTF-8-locales-break-ctype-functions-for/1653678 for an example of an earlier bug report of mine (which turned out to already have been fixed though).
Using escape sequenced instead of literal UTF-8 characters sounds reasonable. In this case I could also replace them in existing tests for conversion functions.
Yes, changing existing tests sounds fine to me as well - but that belong in a separate commit/patch in that case, naturally.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
