summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--NEWS1
-rw-r--r--gurpmi.pm1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 070a136e..68a299de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- gurpmi:
+ o ensure rpm error message are always in UTF-8
o ensure urpmi messages are always in UTF-8
Version 5.11 - 11 March 2008, by Pascal "Pixel" Rigaux
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);