On 17/04/18 11:08, Inaki Malerba wrote:
> Should//I send a patch to change this encoding to a less problematic one?

Anyway, here's a proposal to change it to another encoding which I
already tested.


Saludos!

-- 
- ina

From ca7afd30754fa7fa3a794db70e00ce290fdd51fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1aki=20Malerba?= <inaki@malerba.space>
Date: Tue, 17 Apr 2018 11:30:04 -0300
Subject: [PATCH] Change kk_KZ.RK1048 locale to vi_VN.UTF-8 Kazakh locale makes
 trouble on some langages like perl.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Iñaki Malerba <inaki@malerba.space>
---
 reprotest/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reprotest/build.py b/reprotest/build.py
index 966d2f8..d7da274 100644
--- a/reprotest/build.py
+++ b/reprotest/build.py
@@ -332,7 +332,7 @@ def locales(ctx, build, vary):
     else:
         # if there is an issue with this being random, we could instead select it
         # based on a deterministic hash of the inputs
-        loc = random.choice(['fr_CH.UTF-8', 'es_ES', 'ru_RU.CP1251', 'kk_KZ.RK1048', 'zh_CN'])
+        loc = random.choice(['fr_CH.UTF-8', 'es_ES', 'ru_RU.CP1251', 'vi_VN.UTF-8', 'zh_CN'])
         return build.add_env('LANG', loc).add_env('LC_ALL', loc).add_env('LANGUAGE', '%s:fr' % loc)
 
 def exec_path(ctx, build, vary):
-- 
2.17.0

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to