If you set the locale, it should be fine. To pick up the environment variable you can do this: setlocale(LC_CTYPE, ""); // include <locale.h>.
確定! 回上一頁