summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-12-04 17:25:15 +0000
committerNorbert Preining <preining@logic.at>2008-12-04 17:25:15 +0000
commit13fa2d7292bed0ec62e4571c880b3ec612d62165 (patch)
treeeffaa17ef0572682183e264db77c680f42ea74a0
parentaa71af7a8ae503140deb415277d9932f4eb1ddc4 (diff)
hopefully fix the wide character warning without breaking the rest
git-svn-id: svn://tug.org/texlive/trunk@11518 c570f23f-e606-0410-a88d-b1316a301751
-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