diff options
author | Araq <rumpf_a@web.de> | 2017-09-02 09:27:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-09-02 09:27:39 +0200 |
commit | e5ef3f5a6f1edaf5e3f4b8560d886372f693e94c (patch) | |
tree | 9ec33127a2f7490a517e1d8f1cddf22f36417f19 | |
parent | a43eae8e6c77149be77082388bb0fa546b9c97a7 (diff) | |
download | Nim-e5ef3f5a6f1edaf5e3f4b8560d886372f693e94c.tar.gz |
set the codepage to UTF-8 for start.bat; refs #2348
-rw-r--r-- | tools/start.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/start.bat b/tools/start.bat index a4475fac7..8e345998c 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% |