Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--[-rwxr-xr-x]doc/texi2pod.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 8fabac6d9a..f972671937 100755..100644
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -329,6 +329,8 @@ $chapters{FOOTNOTES} .= "=back\n" if exists $chapters{FOOTNOTES};
unshift @chapters_sequence, "NAME";
for $chapter (@chapters_sequence) {
+ # always use utf8
+ print "=encoding utf8\n";
if (exists $chapters{$chapter}) {
$head = uc($chapter);
print "=head1 $head\n\n";