Index: openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl,v diff -u -r1.147.2.1 -r1.147.2.2 --- openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 26 Feb 2019 11:34:09 -0000 1.147.2.1 +++ openacs-4/packages/xowiki/tcl/xowiki-form-procs.tcl 31 Mar 2019 11:18:00 -0000 1.147.2.2 @@ -800,7 +800,7 @@ upvar text text if {$text eq ""} { return 1 } if {[llength $text] != 2} { return 0 } - regsub -all "­" $text "" text ;# get rid of strange utf-8 characters hex C2AD (firefox bug?) + #regsub -all "­" $text "" text ;# get rid of strange utf-8 characters hex C2AD (Firefox bug?) lassign $text content mime if {$content eq ""} {return 1} #ns_log notice "VALUE='$content'"