Re: Is UTF-8 required for PostgreSQL JDBC? - Mailing list pgsql-jdbc

From Markus Schaber
Subject Re: Is UTF-8 required for PostgreSQL JDBC?
Date
Msg-id 4562FA19.1050503@logix-tt.com
Whole thread Raw
In response to Is UTF-8 required for PostgreSQL JDBC?  ("Wm.A.Stafford" <stafford@marine.rutgers.edu>)
List pgsql-jdbc
Hi, Bill,

Wm.A.Stafford wrote:
> When installing PostgreSQL two weeks ago I thought I  read that the
> encoding for a DB that will be acccessed via JDBC must be UTF-8.  Is
> this correct?  I can not find the docs  page where I saw this and I'm
> beginning to wonder if I imagined it.

That's wrong, the database can be in any encoding you like.

The connection actually is encoded in UTF-8. PostgreSQL converts all
data between UTF-8 and the actual database encoding, and the JDBC triver
converts between UTF-8 and the JVM-internal unicode representation
(which is likely to be an UTF-16-derivate, as that's closest to what's
visible to the Java code).

Executing a "SET client_encoding TO foobar" through the JDBC driver may
break things for that one connection.

HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

pgsql-jdbc by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: Hello World
Next
From: "Pablo Araujo"
Date:
Subject: Re: exception with a temporary table