You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jarecsni János <ja...@chello.hu> on 2002/02/26 17:43:56 UTC

Catalina 4.0.2 - Tomcat 3.2.3 Incompatibility // character encoding

Hi,

I've just upgraded an application to TC4.0.2. We have problems with the
strings that come in the server from web pages. We use ISO-8859-2.

With 3.2.3 it was working all right, we only had to
use -Dfile.encoding=ISO8859_2 with windows and "export LANG=hu_HU" with
Linux. Now we have switched to JDK1.4.0 and Tomcat4.0.2 at the same time.

Now if the user enters characters that are not ISO8859_1 they are
transformed to "?" (so request.getParameter("name") returns a bad value.

Obviously the system is not running with ISO8859_2 enabled...

Any hints?

Thanks
Janos

--
Jarecsni, János
MORGAN HILL CONSULTING, Internet Applications Unit
mailto:Jarecsni.Janos@morganhillconsulting.hu
http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


RE: Catalina 4.0.2 - Tomcat 3.2.3 Incompatibility // character encoding

Posted by Jarecsni János <ja...@chello.hu>.
Hi again,

on windows I switched the JDK back to 1.3.1 and it works. So the problem is
somewhere around the JDK...
:)

J-.

--
Jarecsni, János
MORGAN HILL CONSULTING, Internet Applications Unit
mailto:Jarecsni.Janos@morganhillconsulting.hu
http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392

|-----Original Message-----
|From: Jarecsni János [mailto:jarecsni.janos@chello.hu]
|Sent: Tuesday, February 26, 2002 5:44 PM
|To: Tomcat Users List
|Subject: Catalina 4.0.2 - Tomcat 3.2.3 Incompatibility //
|character encoding
|
|
|Hi,
|
|I've just upgraded an application to TC4.0.2. We have problems with the
|strings that come in the server from web pages. We use ISO-8859-2.
|
|With 3.2.3 it was working all right, we only had to
|use -Dfile.encoding=ISO8859_2 with windows and "export LANG=hu_HU" with
|Linux. Now we have switched to JDK1.4.0 and Tomcat4.0.2 at the same time.
|
|Now if the user enters characters that are not ISO8859_1 they are
|transformed to "?" (so request.getParameter("name") returns a bad value.
|
|Obviously the system is not running with ISO8859_2 enabled...
|
|Any hints?
|
|Thanks
|Janos
|
|--
|Jarecsni, János
|MORGAN HILL CONSULTING, Internet Applications Unit
|mailto:Jarecsni.Janos@morganhillconsulting.hu
|http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392
|
|
|--
|To unsubscribe:   <ma...@jakarta.apache.org>
|For additional commands: <ma...@jakarta.apache.org>
|Troubles with the list: <ma...@jakarta.apache.org>
|
|


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>