Switch locale to C.UTF-8
Relates: https://pagure.io/dusty/failed-composes/issue/1642 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
b0f0579a9e
commit
c1a03c259b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user