From 71aad69bc784431f72b97cc60a2befdf9d768d7c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 8 Jul 2008 09:01:41 +0000 Subject: - urpmi: o handle README.urpmi in utf8 (but not other encodings) (#41553) --- urpm/install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/install.pm b/urpm/install.pm index d56cb8ab..bd986156 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -272,7 +272,7 @@ sub install { if ($options{verbose} >= 0) { foreach (keys %{$urpm->{readmes}}) { print "-" x 70, "\n", N("More information on package %s", $urpm->{readmes}{$_}), "\n"; - print cat_(($urpm->{root} || '') . $_); + print cat_utf8(($urpm->{root} || '') . $_); print "-" x 70, "\n"; } } -- cgit v1.2.1