fixed: international characters corrupted in titles

This commit is contained in:
Graham Knop 2008-04-09 22:27:41 +00:00
parent 33c13b97ef
commit 5df58ac79f
4 changed files with 13 additions and 8 deletions

View file

@ -54,7 +54,7 @@ sub handler {
$content .= $line;
}
close($FILE);
print $content;
$request->print($content);
return Apache2::Const::OK;
} );
$request->push_handlers(PerlTransHandler => sub { return Apache2::Const::OK });