SQL_ASCII charset conversion - Mailing list pgsql-jdbc

From Dieter
Subject SQL_ASCII charset conversion
Date
Msg-id 1314268904633-4733958.post@n5.nabble.com
Whole thread Raw
Responses Re: SQL_ASCII charset conversion
List pgsql-jdbc
Hi

we have a Postgres 8.4 database with SQL_ASCII encoding.

Unfortunately, there are non ascii characters stored in this database. The
encoding used to store the non-ascii characters was ISO-8859-1 (LATIN1). I
know thats not the way to go, but thats the situation.


With the old Postgres JDBC Driver (older than 7.2), the charSet Property
could be as follows:
charSet=ISO-8859-1
With this setting, the characers in the database are correctly interpreted.

Now, with the new 8.4 postgres JDBC driver, this charSet setting is not
supported anymore.
How can I set the character encoding to ISO-8859-1 in the 8.4 Postgres
Driver?

Thank you very much.

Regards
Dieter

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/SQL-ASCII-charset-conversion-tp4733958p4733958.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

pgsql-jdbc by date:

Previous
From: Jonas Sundman
Date:
Subject: Re: getTablePrivileges empty if table owned by group role
Next
From: Ulf Mehlig
Date:
Subject: jdbc and LibreOffice on Ubuntu: slow performance