summaryrefslogtreecommitdiff
path: root/docs/newapi.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/newapi.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/newapi.xsl')
-rw-r--r--docs/newapi.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/newapi.xsl b/docs/newapi.xsl
index 5d1cba470d..b59674a3f7 100644
--- a/docs/newapi.xsl
+++ b/docs/newapi.xsl
@@ -16,7 +16,7 @@
<xsl:import href="page.xsl"/>
<!-- Generate XHTML-1.0 transitional -->
- <xsl:output method="xml" encoding="ISO-8859-1" indent="yes"
+ <xsl:output method="xml" encoding="UTF-8" indent="yes"
doctype-public="-//W3C//DTD XHTML 1.0//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
@@ -573,7 +573,7 @@
<xsl:document
href="{concat($htmldir, '/index.html')}"
method="xml"
- encoding="ISO-8859-1"
+ encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<xsl:apply-templates select="exsl:node-set($mainpage)" mode="page">
@@ -589,7 +589,7 @@
<xsl:document
href="{concat($htmldir, '/libvirt-', @name, '.html')}"
method="xml"
- encoding="ISO-8859-1"
+ encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<xsl:apply-templates select="exsl:node-set($subpage)" mode="page">