summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2014-06-24 01:15:23 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-06-25 11:40:05 +0200
commit3a59a3f3d1b048f92bc5e872e3ef1a91d13ae899 (patch)
tree55a8cc3f8d2299ecf061b85d2f31d4c615b7e3f6
parent7b4f4c4ec7af2c2d15ffd65a63dc35ebcc0f5c70 (diff)
qemu: set the right encoding for manpage source (POD) files
Change-Id: I7d25f03abfa6b5750b6ad1e6db5d072161044ed3 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/6097 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
-rwxr-xr-xqemu-0.15.x/scripts/texi2pod.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-0.15.x/scripts/texi2pod.pl b/qemu-0.15.x/scripts/texi2pod.pl
index 9ed056a..7c3f094 100755
--- a/qemu-0.15.x/scripts/texi2pod.pl
+++ b/qemu-0.15.x/scripts/texi2pod.pl
@@ -339,6 +339,8 @@ die "No filename or title\n" unless defined $fn && defined $tl;
$sects{NAME} = "$fn \- $tl\n";
$sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
+print "=encoding utf8\n";
+
for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
if(exists $sects{$sect}) {