5
I am trying to define the language of the program to Portuguese, using the setlocale(LC_ALL,"Portuguese")
, however, much of the program was done on Ubuntu. When the other programmer sent me the files and when I will compile, using mingw32-make to use Makefile, I have problems with the accent, but when I compile using Ubuntu I do not have this problem.
Being the library locale.h
standard C language, this setlocale
should work on both Windows and Ubuntu. Anyone has any idea what the problem is?