[Soaplab-users] Soaplab2 encoding issue
Brought to you by:
marsenger
|
From: Prokopis P. <pro...@il...> - 2010-10-04 07:25:04
|
Hello all.
I am facing the following encoding problem with a Soaplab2-2.3.0
installation in a Tomcat6 that shows no similar problems with other webapps.
My small Soaplab2 service takes an input file ("qualifier: i") and
returns the file after some processing. Now, when I upload to the
service a UTF-8 test file, the data stored in the i_input file are
corrupted. What I mean is that the only line in my file
$ more text1.txt
The word "παιδί" in Greek means child.
is stored as
$ more i_input
The word "Ïαιδί" in Greek means child.
The locale in both client and server machines is set to "en_US.UTF-8".
Tomcat starts with the -Dfile.encoding="UTF-8" parameter.
Thanks in advance for any hints.
Prokopis
|