]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgreport.cgi
Stop URLs at " too. Thanks to Vincent Lefevre (Closes: #766354).
[debbugs.git] / cgi / pkgreport.cgi
index 4f4ea800af986fcd38f0c58ba04dd8e121a41a95..eb7a61a2101600c9196bed3ca1f8eafaf8e73293 100755 (executable)
@@ -18,6 +18,7 @@ BEGIN{
     delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
 }
 
+binmode(STDOUT,':encoding(UTF-8)');
 use POSIX qw(strftime nice);
 
 use Debbugs::Config qw(:globals :text :config);