소스 검색

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();