Categories
How to output Russian text to the console?
Hieroglyphs are displayed in the console. setlocale registered. When printf("Введите имя файла\n"); displayed normally. At
printf("Введите имя файла\n");
fgets(buffer, 100, inputFile); printf("%s", buffer);
Answer the question
In order to leave comments, you need to log in
It was necessary to change the encoding to ANSI. Thanks
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question