From 29e1bdaf3442c5b820f39a7759808144b882d235 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Tue, 14 Jul 2009 12:09:39 +0000 Subject: TLUtils needs to use the open pragma for utf8 too. git-svn-id: svn://tug.org/texlive/trunk@14256 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Master') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 3482df218d8..297eddd4118 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -139,6 +139,8 @@ BEGIN { win32 xchdir xsystem run_cmd); } +use open qw(:utf8 :std); + use Cwd; use Digest::MD5; use Getopt::Long; -- cgit v1.2.3