Edit: This doesn’t work if you are trying to write text that cannot be represented in your default locale. 🙁
Use std::wcout instead of std::cout.
wcout << ru << endl << en;
Edit: This doesn’t work if you are trying to write text that cannot be represented in your default locale. 🙁
Use std::wcout instead of std::cout.
wcout << ru << endl << en;