]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Log.pm
Merge branch 'don/processencoding' of git+ssh://git.donarmstrong.com/srv/git/debbugs...
[debbugs.git] / Debbugs / Log.pm
index 20e13503441df9521913a4ed7308e8c0a21ea08e..96748b7ee401813e6a096bf825a33122caca9daf 100644 (file)
@@ -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;