I think that I’m correct with the client encoding as the “SHOW client_encoding” return UTF8 no ?
Laurent
De : pgsql-jdbc-owner@postgresql.org [mailto:pgsql-jdbc-owner@postgresql.org] De la part de Dave Cramer Envoyé : samedi 9 février 2013 00:01 À : Kevin Grittner Cc : Laurent Schweizer; pgsql-jdbc@postgresql.org Objet : [JDBC] Re: [JDBC] Re: [JDBC] é converted in Ã(c)
The JDBC driver only knows one encoding. Are you using it to retrieve the data as well ?
It is behaving as though the client is using a character encoding other than UTF8 -- some sort of 8-bit encoding, probably. You must set client_encoding to match. -Kevin