> From: Andrey Demchenko [mailto:[EMAIL PROTECTED]]
> 
> 1)Thanks. It's works in Cocoon 2.0.1 and 2.0.2.
>   I use your recomendations and changed in cocoon.xconf
>       <parameter name="compiler"
> value="org.apache.cocoon.components.language.programming.java.Javac"/>
> =========
> 2) How can I put "-encoding KOI8-R" to javac
>      in servlet container e.g. Resin 2.0.5, Tomcat 4.0?

You can change encoding for the whole JVM right now, I guess that's what
Yury has. Or you can wait and I will come up with something (I'm
thinking that all string literals should be UTF-8 encoded, this will
allow to use lots of languages simultaneously). Or you can patch it on
your own.

Vadim


> --
> Best regards,
> Andrey Demchenko.
> 
> ----- Original Message -----
> From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> >Next step for you would be:
> >1. Switch back to Javac (pizza does not support Java file encoding
option)
> 
> > 2. Make sure Javac gets "-encoding KOI8-R" command line option
> 


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to