Idwer Vollering (vidwer@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6097
-gerrit
commit 4ea20f10027e3042910414a8984de0f8e9522e6f Author: Idwer Vollering vidwer@gmail.com Date: Tue Jun 24 01:15:23 2014 +0200
qemu: set the right encoding for manpage source (POD) files
Change-Id: I7d25f03abfa6b5750b6ad1e6db5d072161044ed3 Signed-off-by: Idwer Vollering vidwer@gmail.com --- qemu-0.15.x/scripts/texi2pod.pl | 2 ++ 1 file changed, 2 insertions(+)
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}) {