Troubles using German Umlauts wit JDBC driver

From: glint22(at)globalinxs(dot)de
To: pgsql-jdbc(at)postgresql(dot)org
Cc: mathis(at)glinxs(dot)de
Subject: Troubles using German Umlauts wit JDBC driver
Date: 2001-09-04 13:14:31
Message-ID: 17148.217.80.254.91.999609271.squirrel@www.smileymail.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexander Troppmann 2001-09-04 13:16:45 Troubles using German Umlauts with JDBC
Previous Message Barry Lind 2001-09-04 04:46:13 Re: Read transactions don't work on 7.0.x db's