[Gnucash-changes] r13804 - gnucash-docs/trunk/xsl/1.45/html - encoding =~ s/iso-8859-1/utf-8/

Joshua Sled jsled at cvs.gnucash.org
Tue Apr 18 22:57:53 EDT 2006


Author: jsled
Date: 2006-04-18 22:57:52 -0400 (Tue, 18 Apr 2006)
New Revision: 13804
Trac: http://svn.gnucash.org/trac/changeset/13804

Modified:
   gnucash-docs/trunk/xsl/1.45/html/chunk-common.xsl
   gnucash-docs/trunk/xsl/1.45/html/chunker.xsl
   gnucash-docs/trunk/xsl/1.45/html/docbook.xsl
   gnucash-docs/trunk/xsl/1.45/html/oldchunker.xsl
   gnucash-docs/trunk/xsl/1.45/html/xtchunker.xsl
Log:
encoding =~ s/iso-8859-1/utf-8/

Modified: gnucash-docs/trunk/xsl/1.45/html/chunk-common.xsl
===================================================================
--- gnucash-docs/trunk/xsl/1.45/html/chunk-common.xsl	2006-04-19 02:35:39 UTC (rev 13803)
+++ gnucash-docs/trunk/xsl/1.45/html/chunk-common.xsl	2006-04-19 02:57:52 UTC (rev 13804)
@@ -4,7 +4,7 @@
                 exclude-result-prefixes="doc">
 
 <xsl:output method="html"
-            encoding="ISO-8859-1"
+            encoding="UTF-8"
             indent="no"/>
 
 <xsl:param name="html.ext" select="'.html'"/>

Modified: gnucash-docs/trunk/xsl/1.45/html/chunker.xsl
===================================================================
--- gnucash-docs/trunk/xsl/1.45/html/chunker.xsl	2006-04-19 02:35:39 UTC (rev 13803)
+++ gnucash-docs/trunk/xsl/1.45/html/chunker.xsl	2006-04-19 02:57:52 UTC (rev 13804)
@@ -15,7 +15,7 @@
 
 <!-- ==================================================================== -->
 
-<xsl:param name="default.encoding" select="'ISO-8859-1'" doc:type='string'/>
+<xsl:param name="default.encoding" select="'UTF-8'" doc:type='string'/>
 
 <doc:param name="default.encoding" xmlns="">
 <refpurpose>Encoding used in generated HTML pages</refpurpose>

Modified: gnucash-docs/trunk/xsl/1.45/html/docbook.xsl
===================================================================
--- gnucash-docs/trunk/xsl/1.45/html/docbook.xsl	2006-04-19 02:35:39 UTC (rev 13803)
+++ gnucash-docs/trunk/xsl/1.45/html/docbook.xsl	2006-04-19 02:57:52 UTC (rev 13804)
@@ -5,7 +5,7 @@
                 version='1.0'>
 
 <xsl:output method="html"
-            encoding="ISO-8859-1"
+            encoding="UTF-8"
             indent="no"/>
 
 <!-- ********************************************************************

Modified: gnucash-docs/trunk/xsl/1.45/html/oldchunker.xsl
===================================================================
--- gnucash-docs/trunk/xsl/1.45/html/oldchunker.xsl	2006-04-19 02:35:39 UTC (rev 13803)
+++ gnucash-docs/trunk/xsl/1.45/html/oldchunker.xsl	2006-04-19 02:57:52 UTC (rev 13804)
@@ -11,7 +11,7 @@
 
 <!-- ==================================================================== -->
 
-<xsl:param name="default.encoding" select="'ISO-8859-1'" doc:type='string'/>
+<xsl:param name="default.encoding" select="'UTF-8'" doc:type='string'/>
 
 <doc:param name="default.encoding" xmlns="">
 <refpurpose>Encoding used in generated HTML pages</refpurpose>

Modified: gnucash-docs/trunk/xsl/1.45/html/xtchunker.xsl
===================================================================
--- gnucash-docs/trunk/xsl/1.45/html/xtchunker.xsl	2006-04-19 02:35:39 UTC (rev 13803)
+++ gnucash-docs/trunk/xsl/1.45/html/xtchunker.xsl	2006-04-19 02:57:52 UTC (rev 13804)
@@ -25,7 +25,7 @@
 <xsl:template name="write.chunk">
   <xsl:param name="filename" select="''"/>
   <xsl:param name="method" select="'html'"/>
-  <xsl:param name="encoding" select="'ISO-8859-1'"/>
+  <xsl:param name="encoding" select="'UTF-8'"/>
   <xsl:param name="indent" select="'no'"/>
   <xsl:param name="content" select="''"/>
 
@@ -44,7 +44,7 @@
       <xt:document href="{$filename}"
                    method="xml"
                    indent="{$indent}"
-                   encoding="ISO-8859-1">
+                   encoding="UTF-8">
         <xsl:copy-of select="$content"/>
       </xt:document>
     </xsl:when>
@@ -52,7 +52,7 @@
       <xt:document href="{$filename}"
                    method="text"
                    indent="{$indent}"
-                   encoding="ISO-8859-1">
+                   encoding="UTF-8">
         <xsl:copy-of select="$content"/>
       </xt:document>
     </xsl:when>
@@ -60,7 +60,7 @@
       <xt:document href="{$filename}"
                    method="html"
                    indent="{$indent}"
-                   encoding="ISO-8859-1">
+                   encoding="UTF-8">
         <xsl:copy-of select="$content"/>
       </xt:document>
     </xsl:otherwise>



More information about the gnucash-changes mailing list