]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/CGI/Maypole.pm
view exceptions and some code cleaning
[maypole.git] / lib / CGI / Maypole.pm
index e112913c0d5b5f55d214892868ad36b191ad4983..bc313216d0e9adc268abf5fcd9db2f254a7bf35b 100644 (file)
@@ -40,6 +40,7 @@ sub send_output {
     my $r = shift;
     print $r->{cgi}->header(
         -type           => $r->{content_type},
+        -charset        => $r->{document_encoding},
         -content_length => length $r->{output},
     );
     print $r->{output};