From 73432809adf7d5fda9aed61c610050f27766c376 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 19 Jul 2024 16:37:19 +0400 Subject: [PATCH] =?UTF-8?q?forcer=20LANG=20si=20pas=20d=C3=A9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash/src/base.output.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/src/base.output.sh b/bash/src/base.output.sh index e83c69d..d120126 100644 --- a/bash/src/base.output.sh +++ b/bash/src/base.output.sh @@ -8,6 +8,7 @@ NULIB__LATIN1=iso-8859-1 NULIB__LATIN9=iso-8859-15 NULIB__UTF8=utf-8 +[ -n "$LANG" ] || export LANG=fr_FR.UTF-8 if [ ! -x "$(which iconv 2>/dev/null)" ]; then function iconv() { cat; } fi