Answer the question
In order to leave comments, you need to log in
How to output Cyrillic in C (not C++)?
How to force the C compiler (Visual Studio 2010) to output Cyrillic?
Answer the question
In order to leave comments, you need to log in
Write in main:
Also add the locale library#include <locale.h>
Head-on solution: you need to switch the editor to a different encoding (to the one in which the text will be output to the console).
if it's POSIX then printf("That's a UTF-8 string, Carl\n")
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question