As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
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}