I18N problems with JVM 1.3.1

2003-11-24 Thread Alexandre Roger
I have a problem with accents that is occurring when I run Tomcat under JVM 1.3.1, but not under 1.4. I am trying to convert a byte[] (that comes from a socket in the production code) to a String. The bytes come from a CGI and are ISO8859-1. When I do String(myByteArray), I get a question mark

I18N problems with JVM 1.3.1

2003-11-21 Thread Alexandre Roger
I have a problem with accents that is occurring when I run Tomcat under JVM 1.3.1, but not under 1.4. I am trying to convert a byte[] (that comes from a socket in the production code) to a String. The bytes come from a CGI and are ISO8859-1. When I do String(myByteArray), I get a question mark

I18N problems with JVM 1.3.1

2003-11-21 Thread Alexandre Roger
Good day to all posters and lurkers, I have a problem with accents that is occurring when I run Tomcat 4.1 under JVM 1.3.1, but not under 1.4. I am trying to convert a byte[] (that comes from a socket in the production code) to a String. The bytes come from a CGI and are ISO8859-1. When I do