From 8e75e21b23f18ec0b0fa4f07f96c31dd56a50f25 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Jul 2012 20:04:24 +0100 Subject: podwrapper: Use UTF8 in output, send errors to stderr. This fixes commit 1e17a32060feb937b3972f61b37f9116ad7d8d9a. --- podwrapper.pl.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podwrapper.pl.in b/podwrapper.pl.in index 7ae3e29b..08001788 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -255,7 +255,8 @@ if ($man) { name => $name, release => $release, section => $section, center => "Virtualization Support", - date => $date + date => $date, + stderr => 1, utf8 => 1 ); my $output; $parser->output_string (\$output); -- cgit