mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
...
This commit is contained in:
parent
b093a273f1
commit
2a7f503890
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user