X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FStatus.pm;h=9c9551b3ca262b419743021f58291ad49d408707;hb=46bcc11ec89bfe72d7fa11fff0cb762b346b8a03;hp=c66ab416805c37bdf9f5e3ed28ce4e292e28ba5a;hpb=ca9a45a0d04dd68229ed0f840c51eaca15ac1120;p=debbugs.git diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index c66ab41..9c9551b 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -1615,6 +1615,7 @@ sub update_realtime { my $idx_new = IO::File->new($file.'.new','w') or die "Couldn't open ${file}.new: $!"; + binmode($idx_old,':raw:utf8'); binmode($idx_new,':raw:encoding(UTF-8)'); my $min_bug = min(keys %bugs); my $line;