Hello!
I use Microsoft Visual Studio .Net (C++) , and I would like to use characters with accent (because I'm from Hungary). But something is wrong, because these characters don't appear correctly.
For example:
printf("őű");
and the result is "ء˙ű".
What may be the problem? And how could I solve it? I'm suspicious of incorrect language setup but I haven't found the suitable settings.
Thanks in advance!