X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=utf8.sh;fp=utf8.sh;h=7fb50fb24697951cc8a60a24236ed6089a429894;hb=8bcf2e49f9d3b084598a1f2a6793382c0a5af22f;hp=0000000000000000000000000000000000000000;hpb=7fe31dadfa733356b3263251353e335f331c418f;p=scripts-20-100.git diff --git a/utf8.sh b/utf8.sh new file mode 100755 index 0000000..7fb50fb --- /dev/null +++ b/utf8.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Pour convertir un fichier d'ISO vers UTF-8 + +file=$1 + +iconv -f iso8859-1 "${file}" | sponge "${file}"