That is easily done by some C code at startup: SetConsoleCP( GetACP() ); SetConsoleOutputCP( GetACP() ); By default the codepage of a ...
確定! 回上一頁