From e88e5e0fc51c5df14a95030a779232e783727fb6 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 14 Mar 2013 14:16:46 -0700
Subject: [PATCH] the realtime file needs to be in UTF-8

---
 Debbugs/Status.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm
index 7d72c032..c66ab416 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_new,':raw:encoding(UTF-8)');
 	my $min_bug = min(keys %bugs);
 	my $line;
 	my @line;
-- 
2.39.5