Răsfoiți Sursa

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>
Michael Niedermayer 11 ani în urmă
părinte
comite
a8ad7e47fb
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      doc/texi2pod.pl

+ 2 - 0
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";