From: x2002marichez Date: Fri, 27 Apr 2007 20:09:43 +0000 (+0000) Subject: idem X-Git-Tag: xorg/0.9.14~48 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=eaac4212298ba3ec3622ab472d984543310d1be4;p=platal.git idem git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1744 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/upgrade/0.9.14/wiki.utf8.sh b/upgrade/0.9.14/wiki.utf8.sh index 19264c9..63c56af 100644 --- a/upgrade/0.9.14/wiki.utf8.sh +++ b/upgrade/0.9.14/wiki.utf8.sh @@ -11,7 +11,7 @@ for i in `find $WIKISPOOLDIR -type f`; do done for i in `find $IMAGESPOOLDIR -type f`; do - CONV=`echo -n $i | iconv -t UTF-8` + CONV=`echo -n $i | iconv -f latin1 -t UTF-8` if [ $i != $CONV ]; then mv $i $CONV fi