diff --git a/camptail.pl b/camptail.pl index d97475b..26af75d 100644 --- a/camptail.pl +++ b/camptail.pl @@ -3,6 +3,8 @@ use RoomState; # DEPEND use Getopt::Long; +binmode(STDOUT, ':utf8'); + my $rcfile = "$ENV{HOME}/.camptailrc"; my $host; my $auth;