From: x2002marichez Date: Fri, 27 Apr 2007 20:09:35 +0000 (+0000) Subject: idem X-Git-Tag: xorg/0.9.15~334 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=85d495380c4d692c7d0e220aa1a198f5d3e7c579;p=platal.git idem git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1743 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