From c1a03c259bca87dad12477692f1cfce15c770d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 9 May 2019 08:01:13 +0200 Subject: [PATCH] Switch locale to C.UTF-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relates: https://pagure.io/dusty/failed-composes/issue/1642 Signed-off-by: Lubomír Sedlář --- bin/pungi-koji | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pungi-koji b/bin/pungi-koji index e48686eb..049eeaab 100755 --- a/bin/pungi-koji +++ b/bin/pungi-koji @@ -27,7 +27,7 @@ from pungi import get_full_version, util # force C locales -locale.setlocale(locale.LC_ALL, "C") +locale.setlocale(locale.LC_ALL, "C.UTF-8") COMPOSE = None