]> git.sesse.net Git - vlc/commitdiff
Uniformize developer doc encoding
authorRémi Denis-Courmont <rem@videolan.org>
Wed, 1 Feb 2006 19:44:56 +0000 (19:44 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Wed, 1 Feb 2006 19:44:56 +0000 (19:44 +0000)
doc/developer/Makefile
doc/developer/Makefile.in
doc/developer/history.xml
doc/developer/manual.xml
doc/developer/videolan-doc-chunk.xsl
doc/developer/videolan-doc.xsl

index 241085280c4ac230d0af2b1a592850ec285b0114..8a14bd6521008771357e6e56d09d207ae8f66513 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for VideoLAN Doc
-#  Clément Stenac
+#  Clément Stenac
 #  Anil Daoud
 
 XSLTPROC=xsltproc
index af74521e3fb9a377390907618566821be167eeb6..d3c3bf7fe23648f66fdb2e5e64dd6edd81d0238d 100644 (file)
@@ -1,4 +1,4 @@
-# Extract from the Debian SGML/XML HOWTO by Stéphane Bortzmeyer
+# Extract from the Debian SGML/XML HOWTO by Stéphane Bortzmeyer
 
 MAX_TEX_RECURSION=4
 
index 5b7faad25c218fd57fb4ca8ff4d5debf57e22a87..143eba4d7d5e35972a39256195a35bea1606741b 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-15" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
 <appendix> <title> Project history </title>
 
   <sect1> <title> VIA and the Network2000 project </title>
@@ -95,7 +95,7 @@ In late 2000, <ulink url="mailto:massiot@via.ecp.fr"> Christophe Massiot
 </ulink> with the support of his company,
 <ulink url="http://www.idealx.com/"> IDEALX</ulink>, rewrote major
 parts of the input to allow modularization and advanced navigation, and <ulink
-url="mailto:stef@via.ecp.fr"> Stéphane Borel </ulink> worked on a
+url="mailto:stef@via.ecp.fr"> Stéphane Borel </ulink> worked on a
 fully-featured DVD plug-in for VLC.
     </para>
 
index a40a4e63216e714696160779e882b3ef0796f170..918e976370241df72477b4cf12f79e9e122ba9a1 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/sgml/docbook/dtd/xml/4.1/docbookx.dtd"
 [
index 1aab791e3438be117d6329d86e496e976a241198..7e617db44d134bda3619edf7c0865760818502ee 100644 (file)
@@ -3,7 +3,7 @@
 <xsl:import href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/xhtml/chunk.xsl"/>
 
 <xsl:variable name="toc.section.depth">1</xsl:variable>
-<xsl:param name="chunker.output.encoding" select="'iso-8859-15'"/>
+<xsl:param name="chunker.output.encoding" select="'UTF-8'"/>
 <xsl:param name="chunk.section.depth" select="0"/>
 <xsl:param name="html.stylesheet" select="'../screen.css'"/>
 
index 0f9f716f201a44baaa65b2f022223a4f1867b508..4b05a5ae13d832cb862a2abe804a926d7911bb74 100644 (file)
@@ -6,7 +6,7 @@
 <xsl:param name="toc.section.depth" select="1"/>
 <xsl:param name="generate.toc" select="'book toc chapter nop'"/>
 
-<xsl:output method="xml" encoding="iso-8859-15" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
+<xsl:output method="xml" encoding="UTF-8" indent="yes" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
 
 </xsl:stylesheet>