diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-17 20:04:24 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-17 20:04:24 +0100 |
commit | 8e75e21b23f18ec0b0fa4f07f96c31dd56a50f25 (patch) | |
tree | dced652ee850e55b5dd4bcf49bdd1a4efd983d6f | |
parent | d76ea07814b1d1390d1d94f0e579c0fe4e28dca8 (diff) | |
download | libguestfs-8e75e21b23f18ec0b0fa4f07f96c31dd56a50f25.tar.gz libguestfs-8e75e21b23f18ec0b0fa4f07f96c31dd56a50f25.tar.xz libguestfs-8e75e21b23f18ec0b0fa4f07f96c31dd56a50f25.zip |
podwrapper: Use UTF8 in output, send errors to stderr.
This fixes commit 1e17a32060feb937b3972f61b37f9116ad7d8d9a.
-rwxr-xr-x | podwrapper.pl.in | 3 |
1 files changed, 2 insertions, 1 deletions
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); |