From: x2002marichez Date: Fri, 27 Apr 2007 20:01:31 +0000 (+0000) Subject: backport X-Git-Tag: xorg/0.9.14~49 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c3dd454f0725c50396ef9bfc0515e95b0fd542c0;p=platal.git backport git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1742 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/upgrade/0.9.14/wiki.utf8.sh b/upgrade/0.9.14/wiki.utf8.sh index 2d0f4da..19264c9 100644 --- a/upgrade/0.9.14/wiki.utf8.sh +++ b/upgrade/0.9.14/wiki.utf8.sh @@ -7,7 +7,7 @@ find $WIKISPOOLDIR -name 'cache_*' -or -name 'tmp_*' -exec rm {} ";" for i in `find $WIKISPOOLDIR -type f`; do CONV=`echo -n $i | iconv -t UTF-8` mv $i $i.latin1 - iconv -t UTF-8 $i.latin1 > $CONV + iconv -f latin1 -t UTF-8 $i.latin1 > $CONV done for i in `find $IMAGESPOOLDIR -type f`; do