From 925a3cc216156b41d5a52274eba517a58ce60a86 Mon Sep 17 00:00:00 2001 From: Ivan Avdeev Date: Mon, 7 Jun 2021 00:37:32 -0700 Subject: [PATCH] revert waf.bat encoding change --- waf.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf.bat b/waf.bat index d2432d83..dac6143c 100644 --- a/waf.bat +++ b/waf.bat @@ -1,7 +1,7 @@ @echo off rem try fix py2 build -rem chcp 1252 +chcp 1252 set PYTHONIOENCODING=UTF-8 rem from issue #964