Re: ? (question mark) characters - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: ? (question mark) characters
Date
Msg-id khp1pt8qsa0afiljalonfs8islmrd54k5g@4ax.com
Whole thread Raw
In response to Re: ? (question mark) characters  (Ricardo Pardini <rpardini@organox.com.br>)
Responses Re: ? (question mark) characters
List pgsql-jdbc
On Thu, 30 Aug 2001 11:06:13 -0300, you wrote:
>Thank you all for your help:
>Dia Thursday, 30 de August, 2001 10:42, Rene Pijlman wrote:
>> > like áéíóú (aeiou with accent)... they are replaced
>> > by question marks (?)... any ideas?
>> What's the character encoding of the database?
>
>It doesn't matter. I have tried it with SQL_ASCII, ISO-8859-1, and with an
>installation on Solaris which doesn't have encodings ("psql -l" doesnt list
>the Encoding field).

Have you tried it with a database which was created with -E
LATIN1 and with an installation configured with
--enable-multibyte?

If so, can you post a small Java program that reproduces the
problem?

Regards,
René Pijlman <rene@lab.applinet.nl>

pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: Need help with JDBC driver. Problem, - getExportedKeys = Driver.notImplemented() exception
Next
From: Rene Pijlman
Date:
Subject: Re: max connections