aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake')
-rw-r--r--Rpmdrake/formatting.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/formatting.pm b/Rpmdrake/formatting.pm
index 5637c4c2..0690a09c 100644
--- a/Rpmdrake/formatting.pm
+++ b/Rpmdrake/formatting.pm
@@ -66,7 +66,7 @@ sub ensure_utf8 {
sub rpm_description {
my ($description) = @_;
- utf8::decode($description);
+ ensure_utf8($description);
my ($t, $tmp);
foreach (split "\n", $description) {
s/^\s*//;