This is the mail archive of the
kawa@sourceware.org
mailing list for the Kawa project.
Re: Encoding and unescaped-data
That did the trick. =)
There is a Java tab in the Apache Tomcat Properties (tomcat6w.exe)
dialog where I normally launch the server. I added
-Dfile.encoding=UTF-8 at the end of the Java Options text area. Worked
like a charm.
Thanks a lot for taking the time to help me out, Luis. I appreciate it.
-- Daniel Terhorst
On 8/22/07, Luis Casillas <luis@casillas.org> wrote:
> If you have control over what arguments are passed to the Java
> process that's running your code, you may want to add a "-
> Dfile.encoding=UTF-8" argument.