Re: Corrupted UTF-8 JSPs?!

2004-06-11 Thread Ruth, Brice
Thanks much! The following article was very informative: http://www.javaworld.com/javaworld/jw-04-2004/jw-0419-multibytes_p.html adding 'encoding=UTF-8' to my JAVAC tasks in my Ant's build.xml seemed to have taken care of the problem I was seeing. The article was informative in many other ways,

Re: Corrupted UTF-8 JSPs?!

2004-06-11 Thread Ruth, Brice
: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: June 10, 2004 15:20 To: Tomcat Users List Subject: Re: Corrupted UTF-8 JSPs?! Thanks, but I believe the problem is in the WAR packaging, somehow ... because I develop locally, deploy w/o packaging and it works fine - if I package it up again and re

Corrupted UTF-8 JSPs?!

2004-06-10 Thread Ruth, Brice
I'm running into a strange issue. I have certain JSPs with UTF-8 encoded characters in them (polish characters, to be exact). My Ant build.xml precompiles the JSPs using Jasper and then packages the application into a WAR for deployment. When I develop locally with Tomcat 5.0.18, I deploy

Re: Corrupted UTF-8 JSPs?!

2004-06-10 Thread Vernon
There are two recent related articles on Javaworld. They may help you in this regards. --- Ruth, Brice [EMAIL PROTECTED] wrote: I'm running into a strange issue. I have certain JSPs with UTF-8 encoded characters in them (polish characters, to be exact). My Ant build.xml precompiles the

RE: Corrupted UTF-8 JSPs?!

2004-06-10 Thread Yansheng Lin
: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: June 10, 2004 14:00 To: Tomcat Users List Subject: Corrupted UTF-8 JSPs?! I'm running into a strange issue. I have certain JSPs with UTF-8 encoded characters in them (polish characters, to be exact). My Ant build.xml precompiles the JSPs using Jasper

Re: Corrupted UTF-8 JSPs?!

2004-06-10 Thread Ruth, Brice
supports UTF-8 and is using it as the default encoding(export JAVA_OPTS=-Dfile.encoding=utf8). native2ascii UTF-8 encoded characters may help too. Yan -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: June 10, 2004 14:00 To: Tomcat Users List Subject: Corrupted UTF-8 JSPs

RE: Corrupted UTF-8 JSPs?!

2004-06-10 Thread Yansheng Lin
PROTECTED] Sent: June 10, 2004 15:20 To: Tomcat Users List Subject: Re: Corrupted UTF-8 JSPs?! Thanks, but I believe the problem is in the WAR packaging, somehow ... because I develop locally, deploy w/o packaging and it works fine - if I package it up again and re-deploy LOCALLY, then I get