Re: Accents bug ? - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Accents bug ?
Date
Msg-id 000a01c14ad6$8b48b7e0$8201a8c0@inspiron
Whole thread Raw
In response to Accents bug ?  (Denis Bucher <dbucher@niftycom.com>)
Responses Re: Accents bug ?  (Denis Bucher <dbucher@niftycom.com>)
Re: Accents bug ?  (Rene Pijlman <rene@lab.applinet.nl>)
List pgsql-jdbc
Denis,

It sounds like an encoding problem. You can check the encoding of the db
by using \encoding in psql.

There is a section in the docs on this
http://www.postgresql.org/idocs/index.php?multibyte.html

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of Denis Bucher
Sent: October 1, 2001 4:42 PM
To: PGSQL-JDBC
Subject: [JDBC] Accents bug ?



Hello !

BIG problem ;-)

When INSERTing a value like "Genève" it works, but when doing a SELECT
the
fields
are troncated when containing acents :

"Genève" is received as "Gen"
"Thé froid" as "Th"
"Hosomaki végétarien" as "Hosomaki v"
and so on ...

Does someone knows if it is a but in the driver or another problem ?

Thanks alot in advance for any help :-)

Denis Bucher
NiftyCom

P.S. Using latest version of JDBC, Java and postgresql 7.1


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org



pgsql-jdbc by date:

Previous
From: "Thomas O'Dowd"
Date:
Subject: Re: TIMESTAMP
Next
From: Denis Bucher
Date:
Subject: Re: Accents bug ?