summaryrefslogtreecommitdiffstats
path: root/gurpmi
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-01 13:39:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-01 13:39:21 +0000
commit8265e240c71f71e21067bea8fd4ee3b24136ffd4 (patch)
tree4be00ecff17cfd95b2958ce0dc7f05884800292b /gurpmi
parent42fafbd9102715ce9ea7d43d7fd60a8e9146a96b (diff)
downloadurpmi-8265e240c71f71e21067bea8fd4ee3b24136ffd4.tar
urpmi-8265e240c71f71e21067bea8fd4ee3b24136ffd4.tar.gz
urpmi-8265e240c71f71e21067bea8fd4ee3b24136ffd4.tar.bz2
urpmi-8265e240c71f71e21067bea8fd4ee3b24136ffd4.tar.xz
urpmi-8265e240c71f71e21067bea8fd4ee3b24136ffd4.zip
Convert strings to UTF-8 before display in gurpmi and gurpmi2.
(bug 13296)
Diffstat (limited to 'gurpmi')
-rw-r--r--gurpmi4
1 files changed, 2 insertions, 2 deletions
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);