From bcb05f4cb275870853702d7b050892847e70c015 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 14 Jun 2017 11:46:37 +0200 Subject: ivigenerator: Use the en_US.UTF-8 locale on unix systems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6b439737851baa38d41471d7f994bfd9d024904c Reviewed-by: Lukáš Tinkl --- mkspecs/features/ivigenerator.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') diff --git a/mkspecs/features/ivigenerator.prf b/mkspecs/features/ivigenerator.prf index 9fd37b9..089c65a 100644 --- a/mkspecs/features/ivigenerator.prf +++ b/mkspecs/features/ivigenerator.prf @@ -40,7 +40,7 @@ IVI_GENERATOR = $$VIRTUALENV_ACTIVATION python $$IVI_GENERATOR_PATH/generate.py # The 'click' library used by the generator needs to have a utf8 locale setup. win32: ENV = chcp 65001 && -else: ENV = LC_ALL="utf-8" +else: ENV = LC_ALL="en_US.UTF-8" # TODO make this work with multiple input files, or only support one QFACE_SOURCE # Although this could be extra_compiler it is a normal EXTRA_TARGET for a reason. -- cgit v1.2.1