forcer LANG si pas défini

This commit is contained in:
Jephté Clain 2024-07-19 16:37:19 +04:00
parent 54ec7e7d94
commit 73432809ad
1 changed files with 1 additions and 0 deletions

View File

@ -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