Try fix python encoding again

This commit is contained in:
mittorn 2019-04-08 00:48:13 +07:00 committed by Alibek Omarov
parent 3fa4a36983
commit 6403a265de
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
@echo off
rem try fix py2 build
chcp 1252
set PYTHONIOENCODING=UTF-8
rem from issue #964
Setlocal EnableDelayedExpansion