]> granicus.if.org Git - apache/commitdiff
use the same charset as in the toc.
authorAndré Malo <nd@apache.org>
Sun, 20 Apr 2003 14:52:58 +0000 (14:52 +0000)
committerAndré Malo <nd@apache.org>
Sun, 20 Apr 2003 14:52:58 +0000 (14:52 +0000)
(W1252 is luckily a real superset of iso-8859-1, so no problems are expected)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99462 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/chm/chm.de.xsl
docs/manual/style/chm/chm.en.xsl
docs/manual/style/chm/hhp.de.xsl
docs/manual/style/chm/hhp.en.xsl

index 16b49105ae571724e0e6926729a3bfcdada41e6e..4b139ba144b661b97b9487ed183e6678f31c251c 100644 (file)
@@ -4,7 +4,7 @@
 
 <xsl:output 
   method="xml"
-  encoding="ISO-8859-1"
+  encoding="windows-1252"
   indent="no"
   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
   omit-xml-declaration="yes"
@@ -14,7 +14,7 @@
 <xsl:variable name="messages" select="document('../lang/de.xml')/messages"/>
 
 <!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
+<xsl:variable name="output-encoding" select="'windows-1252'" />
 <xsl:variable name="is-chm" select="true()" />
 
 <!-- Now get the real guts of the stylesheet -->
index 28194958f7b9190a2074b38a7cb72879148725f0..bb63fdba9a75a0c9a8ecb062243b54a5a59c5873 100644 (file)
@@ -4,7 +4,7 @@
 
 <xsl:output 
   method="xml"
-  encoding="ISO-8859-1"
+  encoding="windows-1252"
   indent="no"
   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
   omit-xml-declaration="yes"
@@ -14,7 +14,7 @@
 <xsl:variable name="messages" select="document('../lang/en.xml')/messages"/>
 
 <!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
+<xsl:variable name="output-encoding" select="'windows-1252'" />
 <xsl:variable name="is-chm" select="true()" />
 
 <!-- Now get the real guts of the stylesheet -->
index 083c6267ffcfb9691b8a3def5fa317091bcdae73..e060f9c957d1dee6d7d56a527a216877c30c7c03 100644 (file)
@@ -4,7 +4,7 @@
 
 <xsl:output 
   method="text"
-  encoding="ISO-8859-1"
+  encoding="windows-1252"
   indent="no"
 />
 
index e3c2e29b761e1b15eb75de8fc86d31b25db1acf8..96e66d8656dbe930bf3c71f0569c514a4f700e10 100644 (file)
@@ -4,7 +4,7 @@
 
 <xsl:output 
   method="text"
-  encoding="ISO-8859-1"
+  encoding="windows-1252"
   indent="no"
 />