summaryrefslogtreecommitdiffstats
path: root/gurpmi.pm
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi.pm')
-rw-r--r--gurpmi.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gurpmi.pm b/gurpmi.pm
index 5a882d8b..abe9010d 100644
--- a/gurpmi.pm
+++ b/gurpmi.pm
@@ -24,6 +24,9 @@ use urpm::util;
use urpm::msg;
use urpm::args;
use urpm::select;
+use Locale::gettext;
+
+Locale::gettext::bind_textdomain_codeset('urpmi', 'UTF8');
use Exporter;
our @ISA = qw(Exporter);