RE: German character problem

2002-07-19 Thread Chaudhuri, Hiran

Hi, Andreas.

Check the solaris localisation settings.

Hiran

-
Hiran Chaudhuri
SAG Systemhaus GmbH
Elsenheimerstraße 11
80687 München
Germany
[EMAIL PROTECTED]
Phone +49-89-54742-134
Fax   +49-6151-9234-5134

 -Original Message-
 From: Andreas Schlegel [mailto:[EMAIL PROTECTED]]
 Sent: Friday, July 19, 2002 12:47 AM
 To: [EMAIL PROTECTED]
 Subject: German character problem
 
 
 Hi,
 
 we have a strange problem and don't know the reason nor how 
 to solve it. 
 May be someone has an idea.
 
 A Java application (Tomcat 4.0.3, Postgresql 7.2.1, JDBC: 
 PostgreSQL 7.2 
 JDBC2) runs well on W2k, also on Linux (Suse 7.2) but on SOLARIS OS 
 (Sparc) we have the following problem:
 All specific german characters (ä, ö, ü, ß, ...) return to the Client 
 (Browser) only as 'ß'. If we send a native request to the database by 
 psql, we havn't the problem.
 
 We only used the defaults installing Tomcat and Postgresql.
 What could be the problem?
 
 Greetings,
 Andreas
 
 
 
 
 --
 To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: German character problem

2002-07-19 Thread Henner Zeller


Hi Andreas,
just add -Dfile.encoding=ISO-8859-1 to the JAVA_OPTS

---
JAVA_OPTS=-Dfile.encoding=ISO-8859-1
export JAVA_OPTS
$CATALINA_HOME/bin/catalina.sh run
---

On Fri, 19 Jul 2002, Andreas Schlegel wrote:

[...]
 All specific german characters (ä, ö, ü, ß, ...) return to the Client 
 (Browser) only as 'ß'. If we send a native request to the database by 
 psql, we havn't the problem.
[...]

ciao,
 -hen


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]