Le 5 nov. 06 à 10:19, Yvon Thoraval a écrit :
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
yes it is preferable this is why a backup is recommended!! but when they are your own files, you know logically which is the encoding !
I wanted only to show one example of what one can do with this tool
Greetings Alain Matthes