Код: Выделить всё
#include
#include
int main() {
std::string test = u8"Greek: αβγδ; German: Übergrößenträger";
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/45575863/how-to-print-utf-8-strings-to-stdcout-on-windows[/url]Код: Выделить всё
#include
#include
int main() {
std::string test = u8"Greek: αβγδ; German: Übergrößenträger";
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/45575863/how-to-print-utf-8-strings-to-stdcout-on-windows[/url]