Forum OpenACS Development: Re: Best practices for "Smart Quotes"?

Collapse
Posted by Gustaf Neumann on
Dave, have a look at xowiki-utility-procs.tcl [1]. it contains a function callable like in:
 set cleanText [::xowiki::tidy clean $text]
it should be straightforward to modify this for your needs.

-g
[1] xowiki::tidy