aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/grpmi.pl
diff options
context:
space:
mode:
Diffstat (limited to 'grpmi/grpmi.pl')
-rwxr-xr-xgrpmi/grpmi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/grpmi/grpmi.pl b/grpmi/grpmi.pl
index b39fb4e4..d72a4615 100755
--- a/grpmi/grpmi.pl
+++ b/grpmi/grpmi.pl
@@ -178,7 +178,7 @@ N("Conflicts were detected:
%s
Install aborted.",
- join("\n", split(/\|/, $1))));
+ utf8ize(join("\n", split(/\|/, $1)))));
$forced_exitstatus = -1;
return 1;
},