From e5ef3f5a6f1edaf5e3f4b8560d886372f693e94c Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 2 Sep 2017 09:27:39 +0200 Subject: [PATCH] set the codepage to UTF-8 for start.bat; refs #2348 --- tools/start.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/start.bat b/tools/start.bat index a4475fac74..8e345998cd 100644 --- a/tools/start.bat +++ b/tools/start.bat @@ -1,5 +1,6 @@ @echo off REM COLOR 0A +chcp 65001 SET NIMPATH=%~dp0\.. SET PATH=%NIMPATH%\bin;%NIMPATH%\dist\mingw\bin;%PATH% cd %NIMPATH%