greenrd     01/01/27 06:15:25

  Modified:    src/org/apache/cocoon cocoon.properties
               .        changes.xml
  Log:
  changed default xsp encoding to utf8 as discussed a while ago
  
  Revision  Changes    Path
  1.51      +1 -0      xml-cocoon/src/org/apache/cocoon/cocoon.properties
  
  Index: cocoon.properties
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/src/org/apache/cocoon/cocoon.properties,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- cocoon.properties 2001/01/26 23:55:36     1.50
  +++ cocoon.properties 2001/01/27 14:15:24     1.51
  @@ -150,6 +150,7 @@
   #   - The "encoding" configuration property of the formatter to be used
   # Example: Russian uses "Cp1251"
   # processor.xsp.encoding = Cp1251
  +processor.xsp.encoding = UTF8
   
   # support for the java language
   processor.xsp.java.processor = 
org.apache.cocoon.processor.xsp.language.java.XSPJavaProcessor
  
  
  
  1.203     +4 -1      xml-cocoon/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon/changes.xml,v
  retrieving revision 1.202
  retrieving revision 1.203
  diff -u -r1.202 -r1.203
  --- changes.xml       2001/01/27 00:11:54     1.202
  +++ changes.xml       2001/01/27 14:15:24     1.203
  @@ -4,7 +4,7 @@
   
   <!--
     History of Cocoon changes   
  -  $Id: changes.xml,v 1.202 2001/01/27 00:11:54 greenrd Exp $ 
  +  $Id: changes.xml,v 1.203 2001/01/27 14:15:24 greenrd Exp $ 
   -->
   
   <changes title="History of Changes">
  @@ -18,6 +18,9 @@
     </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="RDG" type="update">
  +   Changed default XSP encoding to UTF8, so that all characters are 
supported.
  +  </action>
     <action dev="RDG" type="update">
      Upgraded to Xerces 1.2.3 and Xalan 1.2.2
     </action>
  
  
  

Reply via email to