> From: Andrey Demchenko [mailto:[EMAIL PROTECTED]] > > Hi, Vadim. > > ----- Original Message ----- > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > > > > 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 > > May be this is offtopic but I do not know > how set encoding for the whole JVM. > Give me an example for JDK 1.3, 1.4, please.
One way: For Win: Start -> Settings -> Control Panel -> Regional Options, For Unix: LOCALE=..., may be something else also. Another: Use "java -D...=...", but you should search what the system property is. It is something about files and encodings. Vadim --------------------------------------------------------------------- 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]>