Browse Source

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.
tags/n1.0
Nicolas George 13 years ago
parent
commit
21fb7ff35b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      doc/t2h.init

+ 3
- 0
doc/t2h.init View File

@@ -158,6 +158,9 @@ $AFTER_BODY_OPEN
EOT
}

# declare encoding in header
$IN_ENCODING = $ENCODING = "utf-8";

# no navigation elements
$SECTION_NAVIGATION = 0;
# the same for texi2html 5.0


Loading…
Cancel
Save