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?
$r->content_type("text/html; charset=$charset");