idem
authorx2002marichez <x2002marichez@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 27 Apr 2007 20:09:35 +0000 (20:09 +0000)
committerx2002marichez <x2002marichez@839d8a87-29fc-0310-9880-83ba4fa771e5>
Fri, 27 Apr 2007 20:09:35 +0000 (20:09 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1743 839d8a87-29fc-0310-9880-83ba4fa771e5

upgrade/0.9.14/wiki.utf8.sh

index 19264c9..63c56af 100644 (file)
@@ -11,7 +11,7 @@ for i in `find $WIKISPOOLDIR -type f`; do
 done
 
 for i in `find $IMAGESPOOLDIR -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
     if [ $i != $CONV ]; then
         mv $i $CONV
     fi