Troubles using German Umlauts with JDBC - Mailing list pgsql-jdbc

From Alexander Troppmann
Subject Troubles using German Umlauts with JDBC
Date
Msg-id 17278.217.80.254.91.999609405.squirrel@www.smileymail.de
Whole thread Raw
Responses Re: Troubles using German Umlauts with JDBC  (Dave Cramer <Dave@micro-automation.net>)
List pgsql-jdbc
Hi,

  we have troubles with German umlauts (e.g.: äüÖ) using the Postgresql JDBC
  driver form the 7.1.2 distribution... already tried to debug our Java
  software but it seems that the database driver modifies the umlauts in any
  way - a debug before any INSERT or after a SELECT query shows that the
  umlaut "ü" for example gets lost on the way though the JDBC driver...

  So e.g. the attribute city='München' gets "M\?nchen" when testing the JDBC
  driver using a simple Java program.

  Any idea what happens?

  Best regards,
  Alex T.





pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: Read transactions don't work on 7.0.x db's
Next
From: andy
Date:
Subject: Re: JAVA vs PERL : PERL wins to postgreSQL