summarylogtreecommitdiffstats
path: root/pitivi-git-fix-locale-on-tests.patch
blob: ff3da45a20e82017eb1c36ed04825a8916cd12bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nawurp a/tests/common.py b/tests/common.py
--- a/tests/common.py	2019-07-06 17:41:49.000000000 +0000
+++ b/tests/common.py	2019-07-06 17:41:49.000000000 +0000
@@ -75,7 +75,7 @@ for category in ["Gtk", "Gdk", "GLib-GOb
 
 detect_leaks = os.environ.get("PITIVI_TEST_DETECT_LEAKS", "0") not in ("0", "")
 os.environ["PITIVI_USER_CACHE_DIR"] = tempfile.mkdtemp(suffix="pitiviTestsuite")
-locale.setlocale(locale.LC_ALL, "en_US")
+locale.setlocale(locale.LC_ALL, "en_US.UTF-8")
 
 
 def __create_settings(proxyingStrategy=ProxyingStrategy.NOTHING,