Forum OpenACS Development: Re: HTTP Headers question: Content-Type charset

Collapse
Posted by Joel Aufrecht on
Which version of openacs are you using? Do you have this:
# Unicode by default:
ns_param   DefaultCharset     utf-8
ns_param   HttpOpenCharset    utf-8
ns_param   OutputCharset      utf-8
ns_param   URLCharset         utf-8
in your config.tcl? It is standard since 5.1 or so.