summaryrefslogtreecommitdiff
path: root/doc/coq2html.mll
diff options
context:
space:
mode:
Diffstat (limited to 'doc/coq2html.mll')
-rw-r--r--doc/coq2html.mll2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coq2html.mll b/doc/coq2html.mll
index 4f04f98..329e9ea 100644
--- a/doc/coq2html.mll
+++ b/doc/coq2html.mll
@@ -230,7 +230,7 @@ let start_html_page modname =
<html xmlns=\"http://www.w3.org/1999/xhtml\">
<head>
-<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />
+<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />
<title>Module %s</title>
<meta name=\"description\" content=\"Documentation of Coq module %s\" />
<link href=\"coq2html.css\" rel=\"stylesheet\" type=\"text/css\" />