Question about encoding - Mailing list pgsql-jdbc

From André Gomes
Subject Question about encoding
Date
Msg-id 000801c4523d$fceeaf00$b34ba596@munguza
Whole thread Raw
Responses Re: Question about encoding  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Hi. How are you all ?
 
I'm trying to insert some text with chars like 'ã', 'õ'. I'm using a postgres database with the LATIN10 encoding, but when I try to make a INSERT statement via JDBC these chars aren't insert into the database, they are replaced by '?'. Could you help me with this question. Is this a problem with the JDBC driver ? or with the database itself ?
 
thak you
 
[]'s
André Gomes
 

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: proposal for CallableStatements to handle multiple out
Next
From: Oliver Jowett
Date:
Subject: Re: Question about encoding