Hello. I'm new to the community so if I'm doing something wrong correct me please. I'm starting to program in C, and would like to be able to use accent in my programs. I have found materials about this on various sites and everyone asks to use the locale.h library and the setlocale (LC_ALL, "") library. I've tried to change the content inside the "" to "Portuguese" , "Portuguese_Brasil.1252" and "pt_BR_utf8" > The only thing that happens is the change of different characters to other characters that are not yet what I need.