The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
void internationalisation() {#if (defined(_WIN32) || defined(_WIN64)) // Using Windows 10 ! system("CHCP 65001 > NUL");#else ;// Linux terminal normaly in UTF-8, nothing to do#endif // _WINxx}