From 365f24e1fe2a5b6d7142a2b919224c4d1432f620 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 9 Aug 2022 13:47:38 +0300 Subject: [PATCH] waf.bat: use unicode charset Fixes compiler messages in Russian --- waf.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waf.bat b/waf.bat index 92d4ed37..db5e1d46 100644 --- a/waf.bat +++ b/waf.bat @@ -1,7 +1,7 @@ @echo off rem try fix py2 build -chcp 1252 +chcp 65001 set PYTHONIOENCODING=UTF-8 rem from issue #964