Andy Baugh 6 лет назад
Родитель
Сommit
5cb7b666b1
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      notification-center/notification-center.pl

+ 2 - 0
notification-center/notification-center.pl

@@ -5,6 +5,8 @@ package WHM::Plugin::NotificationCenter;
 use strict;
 use warnings;
 
+binmode STDOUT, ":utf8";
+
 use CGI qw/:standard/;
 print header();