0
Guys, I’m having a problem with special characters in C++. I watched some videos about printing special characters on the console, until then ok I can print everything except ã and õ. After several attempts I realized that the same accents do not appear in cmd nor associating them to values of the ASCI table or even simply typing in the CMD. I use windows 8.1, I tried to translate for en but still ñ worked.
In the code I’ve already added
and call the function
setlocate(LC_ALL, "English");
But the console itself does not recognize it. In this case it only recognizes and does not. All other accents (á, é, í, ó, ù, â, ê, î, ô, ḍ, ç) function normally
The at the prompt appears as |=
Possible duplicate of Why in the C++ debug accented words and c cedilla appearing uncompromised?
– Guilherme Nascimento