You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc: declare encoding for texi2html.
It adds the following header to the HTML files: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> which helps some browsers to display correctly the few non-ASCII characters in the doc.
This commit is contained in:
@@ -158,6 +158,9 @@ $AFTER_BODY_OPEN
|
|||||||
EOT
|
EOT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# declare encoding in header
|
||||||
|
$IN_ENCODING = $ENCODING = "utf-8";
|
||||||
|
|
||||||
# no navigation elements
|
# no navigation elements
|
||||||
$SECTION_NAVIGATION = 0;
|
$SECTION_NAVIGATION = 0;
|
||||||
# the same for texi2html 5.0
|
# the same for texi2html 5.0
|
||||||
|
Reference in New Issue
Block a user