From: | "Alexander Troppmann" <talex(at)globalinxs(dot)de> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Troubles using German Umlauts with JDBC |
Date: | 2001-09-04 13:16:45 |
Message-ID: | 17278.217.80.254.91.999609405.squirrel@www.smileymail.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Karel Zak | 2001-09-04 13:42:02 | Re: [PATCHES] to_char and Roman Numeral (RN) bug |
Previous Message | Peter Eisentraut | 2001-09-04 12:58:16 | Re: Build problem with CVS version |
From | Date | Subject | |
---|---|---|---|
Next Message | andy | 2001-09-04 13:50:57 | Re: JAVA vs PERL : PERL wins to postgreSQL |
Previous Message | glint22 | 2001-09-04 13:14:31 | Troubles using German Umlauts wit JDBC driver |