mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Move windows codepage setting to Repl.cpp
This commit is contained in:
parent
f04a37de6c
commit
26497c86e1
1 changed files with 4 additions and 0 deletions
|
@ -675,6 +675,10 @@ int replMain(int argc, char** argv)
|
|||
|
||||
setLuauFlagsDefault();
|
||||
|
||||
#ifdef _WIN32
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
#endif
|
||||
|
||||
int profile = 0;
|
||||
bool coverage = false;
|
||||
bool interactive = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue