]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Use utf8 locale by default (should fix glens gpg problems).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Oct 2021 06:55:43 +0000 (08:55 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Oct 2021 06:55:43 +0000 (08:55 +0200)
PLD_Builder/config.py

index d7bd958334adfadc87d48ff8a1229832ae5017e1..a1a1d68024bfa788fa261ecd70a5834b43e99523 100644 (file)
@@ -123,7 +123,7 @@ class Builder_Conf:
 config = Builder_Conf()
 
 def init_conf(builder=None):
-    os.environ['LC_ALL'] = "C"
+    os.environ['LC_ALL'] = "C.UTF-8"
     status.push("reading builder config")
     log.builder = builder
     if not builder:
This page took 0.030094 seconds and 4 git commands to generate.