All C++ clients should have their locale information set correctly. To do this, add the following as the first line executed in the program:setlocale(LC_ALL, "" );
All C++ clients should have their locale information set correctly. To do this, add the following as the first line executed in the program:
setlocale(LC_ALL, "" );