[ 
https://issues.apache.org/jira/browse/COCOON3-120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13581256#comment-13581256
 ] 

Hudson commented on COCOON3-120:
--------------------------------

Integrated in Cocoon 3.0 #236 (See 
[https://builds.apache.org/job/Cocoon%203.0/236/])
    COCOON3-120
Making nekoGenerator configurable. You can now inject the default encoding via 
spring like:
  <bean name="generator:html" 
class="org.apache.cocoon.optional.pipeline.components.sax.neko.NekoGenerator" 
scope="prototype" >
    <property name="defaultEncoding" value="UTF-8"/>
  </bean> (Revision 1447674)

     Result = SUCCESS
thorsten : http://svn.apache.org/viewvc/?view=rev&rev=1447674
Files : 
* 
/cocoon/cocoon3/trunk/cocoon-optional/src/main/java/org/apache/cocoon/optional/pipeline/components/sax/neko/NekoGenerator.java

                
> NekoGenerator is loosing encoding 
> ----------------------------------
>
>                 Key: COCOON3-120
>                 URL: https://issues.apache.org/jira/browse/COCOON3-120
>             Project: Cocoon 3
>          Issue Type: Bug
>          Components: cocoon-optional
>            Reporter: Thorsten Scherler
>             Fix For: 3.0.0-beta-1
>
>
> We need to be able to change the default-encoding of the NekoGenerator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to