====== scripts sh,bash et autres====== ===== sed et le binaire ===== * penser a iconv iconv −f ISO−8859−1 −t UTF−8 -o fichier-ok fichier [[http://www.utf8-chartable.de/unicode-utf8-table.pl]] * transcode , util pour l'utf-8 banané # ex de recode echo -e "sed -e 's/\xC2\x9C/\xC3\xA0/g' \$1 > \$2">recode.sh sh recode.sh # ex de sup echo -e "sed -e 's/\xC2\x96//g' \$1 > \$2"> recode.sh