Re: character sets and results - Mailing list pgsql-jdbc

From Alaric B Snell
Subject Re: character sets and results
Date
Msg-id E16lT6y-0006h7-00@calvin.frontwire.com
Whole thread Raw
In response to character sets and results  (Graham Leggett <minfrin@sharp.fm>)
List pgsql-jdbc
On Thursday 14 March 2002 10:41, Graham Leggett wrote:
> When the code returns the data (using standard SQL select statements)
> the accented characters are replaced with a "?" character.

I've found that if you create the database with UNICODE encoding, JDBC 'just
works' with respect to accented chars - I presume this is thanks to Java
natively using UTF-8 for strings!

I've not tried this with any characters beyond the range of Latin1, though.

ABS

--
Alaric B. Snell, Technical
abs@frontwire.com

pgsql-jdbc by date:

Previous
From: Graham Leggett
Date:
Subject: character sets and results
Next
From: Graham Leggett
Date:
Subject: Re: character sets and results