aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r--rpmdrake.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm
index c4a555be..fd999ed8 100644
--- a/rpmdrake.pm
+++ b/rpmdrake.pm
@@ -139,8 +139,7 @@ $urpm::download::PROMPT_PROXY = new rpmdrake::prompt(
sub to_utf8 {
foreach (@_) {
- $_ = Locale::gettext::iconv($_, undef, "UTF-8");
- c::set_tagged_utf8($_);
+ $_ = common::to_utf8($_);
}
wantarray() ? @_ : $_[0];
}