Changed the encoding used to generate the files
author"German Poo-Caaman~o <gpoo@gnome.org>"
Fri, 29 Feb 2008 12:05:33 -0300
changeset 7 00ea2985a116
parent 6 4e44e6123b42
child 8 430634105212
Changed the encoding used to generate the files
programming-guidelines.xml
stylesheets/librognome-html.xsl
--- a/programming-guidelines.xml	Wed Nov 15 22:50:31 2006 -0300
+++ b/programming-guidelines.xml	Fri Feb 29 12:05:33 2008 -0300
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
     "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd" [
 <!ENTITY Emacs "<application>Emacs</application>">
--- a/stylesheets/librognome-html.xsl	Wed Nov 15 22:50:31 2006 -0300
+++ b/stylesheets/librognome-html.xsl	Fri Feb 29 12:05:33 2008 -0300
@@ -9,7 +9,7 @@
   <!-- change some parameters -->
   <xsl:param name="toc.section.depth">1</xsl:param>
 
-  <xsl:param name="default.encoding" select="'ISO-8859-1'"/>
+  <xsl:param name="default.encoding" select="'utf-8'"/>
   <xsl:param name="chapter.autolabel" select="0"/>
   <xsl:param name="use.id.as.filename" select="'1'"/>
   <xsl:param name="html.ext" select="'.html'"/>