You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by ri...@locus.apache.org on 2000/05/07 02:44:16 UTC

cvs commit: xml-cocoon/src/org/apache/cocoon cocoon.properties

ricardo     00/05/06 17:44:16

  Modified:    src/org/apache/cocoon cocoon.properties
  Log:
  Added support for encodings (Pavel Karassev <pa...@soft.tlt.ru>)
  
  Revision  Changes    Path
  1.30      +9 -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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- cocoon.properties	2000/05/01 23:53:16	1.29
  +++ cocoon.properties	2000/05/07 00:44:15	1.30
  @@ -116,6 +116,15 @@
   # supported languages
   processor.xsp.languages = java
   
  +# Default encoding to be used for code generation and compilation
  +#   If omitted, the platform's default encoding will be used
  +#   This encoding should be used in:
  +#     - The XSP document <?xml?> declaration
  +#     - The XSLT stylesheet <xsl:output> "encoding" attribute
  +#     - Cocoon's default formatter "encoding" configuration property
  +### Example: Russian uses "Cp1251"
  +### processor.xsp.encoding = Cp1251
  +
   # support for the java language
   processor.xsp.java.processor = org.apache.cocoon.processor.xsp.language.java.XSPJavaProcessor
   processor.xsp.java.logicsheet = xsp-java.xsl