]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Change generated HTML to UTF-8 encoding
authorDaniel Veillard <veillard@redhat.com>
Tue, 8 Dec 2009 15:09:33 +0000 (16:09 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 8 Dec 2009 15:09:33 +0000 (16:09 +0100)
* 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.

docs/ChangeLog.xsl
docs/newapi.xsl
docs/site.xsl

index 0b7cf56ab7d4acc42c4c4b9332d1390833cd56cf..f2c68167fb6b0fcc4dfa6b47fd314b01286ab033 100644 (file)
@@ -4,7 +4,7 @@
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
   <!-- 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"/>
 
index 5d1cba470d6756436e4e2c5965fbc84d5580e020..b59674a3f78ea1395b4d0ca5ed61549e221e99e2 100644 (file)
@@ -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"/>
 
     <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">
       <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">
index 86cfd41b1a5776e0fd89a3ec490f9d76df0c4188..a6801e661f9d747005ad709e96443c76aa1da0b9 100644 (file)
@@ -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"/>