Re: Help with request data

2005-04-22 Thread JH Foo
Hello Dermot, You need to use Apache2::Request for mp2. This comes with the libapreq2 package from the excellent theoryx5 site. Notice the change in the package namespace. - Original Message - From: "Dermot Paikkos" <[EMAIL PROTECTED]> To: Sent: Friday, April 22, 2005 10:13 PM Subject: H

mp2: who is responsible for setting charset?

2005-04-20 Thread JH Foo
Hi all,   I have a need to set the charset in the header from the default 8859-1 to UTF-8. In CGI I simply set the header method($q->header(-charset=>'utf8');   Can anyone tell me the modperl equivalent, possibly with the Apache2::RequestRec or Apache::Request object? Thanks in advance. I re