From 6403a265de9201d87a2bd4a7fd402c4e8d4703ee Mon Sep 17 00:00:00 2001 From: mittorn Date: Mon, 8 Apr 2019 00:48:13 +0700 Subject: [PATCH] Try fix python encoding again --- waf.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/waf.bat b/waf.bat index 59e3af07..79be2afd 100644 --- a/waf.bat +++ b/waf.bat @@ -1,5 +1,8 @@ @echo off +rem try fix py2 build +chcp 1252 +set PYTHONIOENCODING=UTF-8 rem from issue #964 Setlocal EnableDelayedExpansion