diff options
author | Norbert Preining <preining@logic.at> | 2008-12-04 17:25:15 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-12-04 17:25:15 +0000 |
commit | 13fa2d7292bed0ec62e4571c880b3ec612d62165 (patch) | |
tree | effaa17ef0572682183e264db77c680f42ea74a0 /Master/texmf | |
parent | aa71af7a8ae503140deb415277d9932f4eb1ddc4 (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
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr2.pl | 3 |
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 |