summaryrefslogtreecommitdiffstats
path: root/gurpmi.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-03-13 13:21:46 +0000
committerThierry Vignaud <tv@mandriva.org>2008-03-13 13:21:46 +0000
commit03159fbe279e79bf3ebde32d4d342207321b6ce4 (patch)
treebf93e550827ab414d721c9e79cfc3eaaaddaec5c /gurpmi.pm
parent17cf924f39286719e97628f948cb0cbd43ff1bea (diff)
downloadurpmi-03159fbe279e79bf3ebde32d4d342207321b6ce4.tar
urpmi-03159fbe279e79bf3ebde32d4d342207321b6ce4.tar.gz
urpmi-03159fbe279e79bf3ebde32d4d342207321b6ce4.tar.bz2
urpmi-03159fbe279e79bf3ebde32d4d342207321b6ce4.tar.xz
urpmi-03159fbe279e79bf3ebde32d4d342207321b6ce4.zip
ensure rpm error message are always in UTF-8
Diffstat (limited to 'gurpmi.pm')
-rw-r--r--gurpmi.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi.pm b/gurpmi.pm
index abe9010d..8d1b860a 100644
--- a/gurpmi.pm
+++ b/gurpmi.pm
@@ -27,6 +27,7 @@ use urpm::select;
use Locale::gettext;
Locale::gettext::bind_textdomain_codeset('urpmi', 'UTF8');
+URPM::bind_rpm_textdomain_codeset();
use Exporter;
our @ISA = qw(Exporter);