mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: texi2pod: always declare the pod file as UTF-8 encoded Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
a8ad7e47fb
2
doc/texi2pod.pl
Executable file → Normal file
2
doc/texi2pod.pl
Executable file → Normal file
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user