| From: | "E(dot) Zorn (blue2)" <e(dot)zorn(at)blue2(dot)de> |
|---|---|
| To: | <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | JDBC encodng - like problemöäü |
| Date: | 2004-02-17 18:08:03 |
| Message-ID: | CEEKJLBCODIHNDAAIKNHOEAECCAA.e.zorn@blue2.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
hi,
i am using postgresql 7.3 with the compatible jdbc-driver.
The postgrsql-server is on another mashine (OS is Linux).
As described in a thead, I pg_dump my database, made a new one mit encoding
"LATIN1"
(CREATE DATABASE test WITH ENCODING = 'LATIN1';) and restore everyting with
psql -d test </backup.
But when I connect with my JDBC-driver via
url="jdbc:postgresql://w.x.y.z:5432/test?charSet=LATIN1" I didn't get the
required result.
I never get my lovely "umlaute" "äöü".
Any ideas for solving or debugging??
-Thanks
Elmar
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Jowett | 2004-02-17 22:44:37 | Re: isSingleXXX in AbstractJdbc1Statement |
| Previous Message | Chris Smith | 2004-02-17 15:07:37 | Re: isSingleXXX in AbstractJdbc1Statement |