1
Hello! I have a code:
include stdio.h>
include locale.h>
int main()
{
setlocale(LC_ALL,"portuguese");
printf("Agora não tem mais problema algum para utilizar acentuação!\n");
return 0;
}
Set to right... But does not return with the proper accented characters. If I use DEV C++ it is right.
I set up GNC CC Compiler at the beginning.

And what is the coding configuration of the Codeblocks editor?
– user5299
strange, I think he’s not compiling with the flag responsibly so try setala manualmete
– user45474
A encoding in Codeblocks appears in
Settings > Editor > Encoding Settings– Isac
Your Windows is in English?
– José