From 8265e240c71f71e21067bea8fd4ee3b24136ffd4 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 1 Feb 2005 13:39:21 +0000 Subject: Convert strings to UTF-8 before display in gurpmi and gurpmi2. (bug 13296) --- gurpmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gurpmi') diff --git a/gurpmi b/gurpmi index 96c1c25d..0e10229a 100644 --- a/gurpmi +++ b/gurpmi @@ -10,11 +10,11 @@ BEGIN { #- set up a safe path and environment delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; } -use gurpmi; -use urpm::msg qw(N); use Gtk2; use MDK::Common::Func qw(partition); +use gurpmi; + #- globals my ($srpms, $rpms); my ($mainw, $mainbox); -- cgit v1.2.1