Le 5 nov. 06 à 10:13, Alain Matthes a écrit :
/usr/bin/iconv -f ISO-8859-1 -t UTF-8
"$file" > "$file".utf8 && mv "$file".utf8 "$file"
beware this supposed the files are "truly" of ISO-8859-1
Yvon