You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/10/03 05:05:22 UTC

cvs commit: xml-fop/src/codegen xml-lang.xsl

pbwest      2004/10/02 20:05:22

  Modified:    src/codegen Tag: FOP_0-20-0_Alt-Design xml-lang.xsl
  Log:
  Encoding change
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.7   +4 -4      xml-fop/src/codegen/Attic/xml-lang.xsl
  
  Index: xml-lang.xsl
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/codegen/Attic/xml-lang.xsl,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- xml-lang.xsl	29 May 2004 14:24:23 -0000	1.1.2.6
  +++ xml-lang.xsl	3 Oct 2004 03:05:22 -0000	1.1.2.7
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="iso-8859-1"?>
  +<?xml version="1.0" encoding="utf-8"?>
   <xsl:stylesheet version="1.0"
                   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
     <!-- $Id$ -->
  @@ -32,7 +32,7 @@
        from the input file
        xml-lang.xml
        found in the conf directory. -->
  -<xsl:output method="text" encoding="iso-8859-1"/>
  +<xsl:output method="text" encoding="utf-8"/>
   <xsl:template match="xml-lang">
     <xsl:value-of select="$licence"/>
     <xsl:variable name="languages">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org