SOAP Response are not (perl)tagged as UTF-8 but they are => "binmode(STDOUT,':bytes')"

This commit is contained in:
Xavier Guimard 2010-08-19 15:33:26 +00:00
parent ad8635f868
commit 9445690b40

View File

@ -78,6 +78,7 @@ sub handle {
-Content_Length => $self->response->header('Content-Length'),
-SOAPServer => 'Lemonldap::NG CGI',
);
binmode( STDOUT, ":bytes" );
print $self->response->content;
}