Merge remote branch 'origin/platal-1.0.0'
[platal.git] / 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
-    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