summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport')
-rwxr-xr-xrhimport4
1 files changed, 4 insertions, 0 deletions
diff --git a/rhimport b/rhimport
index 1978aa1..f3b9e35 100755
--- a/rhimport
+++ b/rhimport
@@ -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,