forcer LANG si pas défini
This commit is contained in:
parent
54ec7e7d94
commit
73432809ad
|
@ -8,6 +8,7 @@ NULIB__LATIN1=iso-8859-1
|
||||||
NULIB__LATIN9=iso-8859-15
|
NULIB__LATIN9=iso-8859-15
|
||||||
NULIB__UTF8=utf-8
|
NULIB__UTF8=utf-8
|
||||||
|
|
||||||
|
[ -n "$LANG" ] || export LANG=fr_FR.UTF-8
|
||||||
if [ ! -x "$(which iconv 2>/dev/null)" ]; then
|
if [ ! -x "$(which iconv 2>/dev/null)" ]; then
|
||||||
function iconv() { cat; }
|
function iconv() { cat; }
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue