diff options
-rwxr-xr-x | rhimport | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ my $KEEPCARTS = 0; my $DROPBOX = ""; my $LISTALLOWED = 0; +binmode(STDIN, ":utf8"); +binmode(STDOUT, ":utf8"); +binmode(STDERR, ":utf8"); + GetOptions ("help!" => \$HELP, "file=s" => \$FILE, "pool!" => \$POOL, |