X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2FCGI%2FMaypole.pm;h=b937d8279a6774e58edf5f99ae0aa1c2fd1ed804;hb=9b27a09c3eefdad91ae3da125ea5dc71d08ed662;hp=e112913c0d5b5f55d214892868ad36b191ad4983;hpb=ab11625025348dd2f0b4324413463358f52aede3;p=maypole.git diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index e112913..b937d82 100644 --- a/lib/CGI/Maypole.pm +++ b/lib/CGI/Maypole.pm @@ -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};