diff --git a/bootstrap b/bootstrap index 461d589..6a48f85 100644 --- a/bootstrap +++ b/bootstrap @@ -156,6 +156,7 @@ writeWindowsScripts() -> "@echo off\r\n" "setlocal\r\n" "set rebarscript=%~f0\r\n" + "chcp 65001 > nul\r\n" "escript.exe \"%rebarscript:.cmd=%\" %*\r\n", ok = file:write_file("eNpc.cmd", CmdScript). diff --git a/eNpc b/eNpc index 4b7a155..efdff9c 100755 Binary files a/eNpc and b/eNpc differ diff --git a/eNpc.cmd b/eNpc.cmd index 6c7a1ca..7a9a3bc 100644 --- a/eNpc.cmd +++ b/eNpc.cmd @@ -1,4 +1,5 @@ @echo off setlocal set rebarscript=%~f0 +chcp 65001 > nul escript.exe "%rebarscript:.cmd=%" %*