diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-07-13 20:18:18 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-07-13 20:18:18 +0000 |
commit | 6524bf3b9b5245e77c7bcf66e2f7bd7f47e23954 (patch) | |
tree | 3994b6777aa23e27771c54b112295710355d41d9 /Master/tlpkg/TeXLive/TLTREE.pm | |
parent | f804986136439e14003717e1798f66e20a91c049 (diff) |
Assume utf8 for all I/O.
git-svn-id: svn://tug.org/texlive/trunk@14242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLTREE.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm index d0897d20885..550a163ba3f 100644 --- a/Master/tlpkg/TeXLive/TLTREE.pm +++ b/Master/tlpkg/TeXLive/TLTREE.pm @@ -9,6 +9,8 @@ package TeXLive::TLTREE; use TeXLive::TLUtils; +use open qw(:utf8 :std); + sub new { my $class = shift; my %params = @_; |