Forum OpenACS Development: Re: Can two ns_schedule procs hose a server?

Collapse
Posted by Dan Lieberman on
Jonathan
good input.
How Unicode broken in nsd 3.5.1?
We are serving up UTF-8 from the data base,but we dont use any ACS routines, we HAVE added to nsd.tcl:

        ns_param  HackContentType 1
        ns_param  URLCharset  utf-8
        ns_param  OutputCharset utf-8
        ns_param  HttpOpenCharset  utf-8

Are these from the ad13 patch ?

What kind of issues would we have with the ad tcl library and the Postgres 2 db driver?