Index: openacs-4/etc/config.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/config.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/etc/config.tcl 26 Jan 2004 15:39:41 -0000 1.14 +++ openacs-4/etc/config.tcl 9 Feb 2004 12:59:27 -0000 1.15 @@ -139,10 +139,16 @@ ns_param logroll on ns_param maxbackup 5 ns_param debug $debug -#ns_param OutputCharset utf-8 ;# Default output charset. When none specified, - # no character encoding of output is performed. -#ns_param URLCharset utf-8 ;# Default Charset for Url Encode/Decode. +#ns_param mailhost localhost +# Unicode by default: +# see http://dqd.com/~mayoff/encoding-doc.html +ns_param HackContentType 1 +ns_param DefaultCharset utf-8 +ns_param HttpOpenCharset utf-8 +ns_param OutputCharset utf-8 +ns_param URLCharset utf-8 + #--------------------------------------------------------------------- # Thread library (nsthread) parameters #---------------------------------------------------------------------