Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.55 -r1.542.2.56 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Nov 2019 20:24:45 -0000 1.542.2.55 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 24 Nov 2019 12:08:50 -0000 1.542.2.56 @@ -3231,7 +3231,6 @@ Page instproc translate {-from -to text} { set langpair $from|$to - set ie UTF8 set url http://translate.google.com/#$from/$to/$text set request [util::http::get -url $url] set status [dict get $request status]