X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FLog.pm;h=96748b7ee401813e6a096bf825a33122caca9daf;hb=4ac94f292bfbf36863795ed9d695be7ad2b5b344;hp=20e13503441df9521913a4ed7308e8c0a21ea08e;hpb=46b3fa0d41486df933a92220b270c74f2204cdf4;p=debbugs.git diff --git a/Debbugs/Log.pm b/Debbugs/Log.pm index 20e1350..96748b7 100644 --- a/Debbugs/Log.pm +++ b/Debbugs/Log.pm @@ -201,6 +201,7 @@ sub new die "Unable to open bug log $bug_log for reading: $!"; } + binmode($self->{logfh},':utf8'); $self->{state} = 'kill-init'; $self->{linenum} = 0; return $self;