From b491751409bcbc70dc83669ad7f7667cc372528f Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Mon, 9 Feb 2015 16:17:44 +0100 Subject: doc: set documentencoding on toplevel texi files. Fix double UTF-8 encoding on output files. makeinfo / texi2any does not seem to provide a way of setting it globally for toplevel files. --- doc/libavcodec.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/libavcodec.texi') diff --git a/doc/libavcodec.texi b/doc/libavcodec.texi index 618f9f6b74..87b90db48c 100644 --- a/doc/libavcodec.texi +++ b/doc/libavcodec.texi @@ -1,4 +1,5 @@ \input texinfo @c -*- texinfo -*- +@documentencoding UTF-8 @settitle Libavcodec Documentation @titlepage -- cgit v1.2.1