When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
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}