Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You have problems with the settings in the OS. By default, the environment collects as it should and displays it too. You probably need to force the encoding
uses
Winapi.Windows;
//Переключение консоли на кодовую страницу CP1251 (Windows-1251).
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question