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/TLPOBJ.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/TLPOBJ.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPOBJ.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm index 87a19e70377..2c46736c60d 100644 --- a/Master/tlpkg/TeXLive/TLPOBJ.pm +++ b/Master/tlpkg/TeXLive/TLPOBJ.pm @@ -12,6 +12,8 @@ use TeXLive::TLConfig qw($DefaultCategory $CategoriesRegexp use TeXLive::TLUtils; use TeXLive::TLTREE; +use open qw(:utf8 :std); + our $_tmp; my $_containerdir; |