瀏覽代碼

Maybe the CGI is baking it

Andy Baugh 6 年之前
父節點
當前提交
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();