Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
jenkins: modern python mandate UTF8 locales
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 14 May 2017 07:59:22 +0000 (09:59 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 14 May 2017 08:07:09 +0000 (10:07 +0200)
tools/jenkins/build.sh

index 1421468..3ceb6d8 100755 (executable)
@@ -7,8 +7,9 @@
 
 set -e
 
-# ensure that the locales are set, so that perl keeps its nerves
-export LC_ALL=C
+# Ensure that the locales are set, so that Perl keeps its nerves.
+# Not forgeting UTF to not drive Python crazy.
+export LC_ALL=C.UTF-8
 
 echo "XXXX Cleanup previous attempts. Remaining content of /tmp:"
 rm -rf /tmp/simgrid-java*