X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FLog.pm;h=e58d84ae486bf9d2892fbd7b54940e50c2df09d9;hb=b3cb0cef1bd3f3644d160d19442bc46c065ce1ce;hp=a28384de59bd5ddaf9ce41d8b32f7b8dbd504779;hpb=c6987aaf406c1e5df1c9d54c6e49b025df7438b8;p=debbugs.git diff --git a/Debbugs/Log.pm b/Debbugs/Log.pm index a28384d..e58d84a 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;