Zichen Zhang
Results
1
comments of
Zichen Zhang
On Windows 10, you can call `setlocale(LC_ALL, ".UTF8")` at the beginning of `main()` to make almost every CRT functions use UTF-8. See [here](https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/setlocale-wsetlocale?view=msvc-160#utf-8-support).