diff --git a/src2/main.cpp b/src2/main.cpp index 11f9c847..7802be15 100644 --- a/src2/main.cpp +++ b/src2/main.cpp @@ -61,8 +61,8 @@ static int f_input(pkpy_vm* vm){ int main(int argc, char** argv){ #if _WIN32 - SetConsoleCP(CP_UTF8); - SetConsoleOutputCP(CP_UTF8); + SetConsoleCP(CP_UTF8); + SetConsoleOutputCP(CP_UTF8); #endif pkpy_vm* vm = pkpy_new_vm(true);