You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/31 23:44:45 UTC

cvs commit: xml-xalan/test/tests/conf/numbering numbering15.xsl numbering14.xsl

dmarston    01/01/31 14:44:44

  Modified:    test/tests/conf/numbering numbering15.xsl numbering14.xsl
  Log:
  Avoid direct Greek encoding here.
  I heard that there may be different character codes for the numbers--
  does anyone *know* definitively which Greek codes should be used?
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/numbering/numbering15.xsl
  
  Index: numbering15.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numbering/numbering15.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numbering15.xsl	2000/11/27 19:24:05	1.1
  +++ numbering15.xsl	2001/01/31 22:44:42	1.2
  @@ -11,7 +11,7 @@
     <!-- Scenario: operation="standard-HTML" -->
     <!-- Discretionary: number-greek-trad="true" -->
   
  -<xsl:output method="html" encoding="ISO-8859-7"/>
  +<xsl:output method="html" encoding="ISO-8859-1"/>
   
   <xsl:template match="doc">
     <out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numbering/numbering14.xsl
  
  Index: numbering14.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numbering/numbering14.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numbering14.xsl	2000/11/27 19:24:05	1.1
  +++ numbering14.xsl	2001/01/31 22:44:42	1.2
  @@ -11,7 +11,7 @@
     <!-- Scenario: operation="standard-HTML" -->
     <!-- Discretionary: number-greek-alpha="true" -->
   
  -<xsl:output method="html" encoding="ISO-8859-7"/>
  +<xsl:output method="html" encoding="ISO-8859-1"/>
   
   <xsl:template match="doc">
     <out>