[SCM] libav/experimental: texi2pod: always declare the pod file as UTF-8 encoded

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:38 UTC 2014


The following commit has been merged in the experimental branch:
commit 5ea14d48a82afa82a6131528c68b217aee2046bb
Author: Janne Grunau <janne-libav at jannau.net>
Date:   Mon Feb 24 20:22:13 2014 +0100

    texi2pod: always declare the pod file as UTF-8 encoded

diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index fb4f7be..609568e 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -324,6 +324,8 @@ $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
 
 unshift @sects_sequence, "NAME";
 for $sect (@sects_sequence) {
+    # always use utf8
+    print "=encoding utf8\n";
     if(exists $sects{$sect}) {
         $head = $sect;
         $head =~ s/SEEALSO/SEE ALSO/;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list