Forum OpenACS Development: Re: special characters at tcl page

Collapse
Posted by Christian Eva on
Hi Iuri,
I think your problem is that the names are converted twice to utf-8, maybe once by Tcl and once by AOL-Server...,

but the sequence you get you can convert back to utf8 with
set items [encoding convertfrom utf-8 $items]

Regards