summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr2.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl
index e1d4b071563..421328ef90f 100755
--- a/Master/texmf/scripts/texlive/tlmgr2.pl
+++ b/Master/texmf/scripts/texlive/tlmgr2.pl
@@ -70,6 +70,9 @@ use Pod::Usage;
use Getopt::Long qw(:config no_autoabbrev require_order);
use strict;
+binmode(STDOUT, ":utf8");
+binmode(STDERR, ":utf8");
+
#
# global variable that specifies if a call to finish() should actually
# finish the program or immediately return