summaryrefslogtreecommitdiff
path: root/docs/site.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-12-08 16:09:33 +0100
committerDaniel Veillard <veillard@redhat.com>2009-12-08 16:09:33 +0100
commit5362edd442547819d17928c317fd8048892afc1c (patch)
treea1570f1734c79fb784d829a4b21078c57e6c6897 /docs/site.xsl
parent2b2dae816d4dea8f15fd8f523253745c3848504f (diff)
downloadlibvirt-5362edd442547819d17928c317fd8048892afc1c.tar.gz
Change generated HTML to UTF-8 encoding
* docs/ChangeLog.xsl docs/newapi.xsl docs/site.xsl: change all stylesheets to output UTF-8 HTML instead of ISO Latin 1 which was breaking on some people names.
Diffstat (limited to 'docs/site.xsl')
-rw-r--r--docs/site.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/site.xsl b/docs/site.xsl
index 86cfd41b1a..a6801e661f 100644
--- a/docs/site.xsl
+++ b/docs/site.xsl
@@ -9,7 +9,7 @@
<xsl:output
method="xml"
- encoding="ISO-8859-1"
+ encoding="UTF-8"
indent="yes"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>