X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FLog.pm;h=a5992848b329a674b411060830e754db54faeef7;hp=e70197f68b9a371269c8661347781f0c34c5a14a;hb=0ca510f0aa1cabe138d81897d38111d7b772449c;hpb=fdbf03db9bc93e00d8f0ce3229cc2af581c9d86c diff --git a/lib/Catalyst/Log.pm b/lib/Catalyst/Log.pm index e70197f..a599284 100644 --- a/lib/Catalyst/Log.pm +++ b/lib/Catalyst/Log.pm @@ -141,6 +141,7 @@ sub _send_to_log { if ($self->can('_has_psgi_errors') and $self->_has_psgi_errors) { $self->_psgi_errors->print(@_); } else { + binmode STDERR, ":utf8"; print STDERR @_; } }