mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
set the codepage to UTF-8 for start.bat; refs #2348
This commit is contained in:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user