Index: openacs-4/packages/xowiki/www/admin/import.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/admin/import.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/xowiki/www/admin/import.tcl 10 Feb 2008 16:50:47 -0000 1.11 +++ openacs-4/packages/xowiki/www/admin/import.tcl 21 Feb 2008 21:44:53 -0000 1.12 @@ -30,7 +30,7 @@ set f [open $upload_tmpfile]; # if we do not set translation binary, # backslashes at the end of the lines might be lost - fconfigure $f -translation binary; + fconfigure $f -translation binary -encoding utf-8; set content [read $f]; close $f foreach o [::xowiki::Page allinstances] { $o destroy }