From: | Rene Pijlman <rene(at)lab(dot)applinet(dot)nl> |
---|---|
To: | Ricardo Pardini <rpardini(at)organox(dot)com(dot)br> |
Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: ? (question mark) characters |
Date: | 2001-09-01 13:48:36 |
Message-ID: | khp1pt8qsa0afiljalonfs8islmrd54k5g@4ax.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)lab(dot)applinet(dot)nl>
From | Date | Subject | |
---|---|---|---|
Next Message | Rene Pijlman | 2001-09-01 14:05:33 | Re: max connections |
Previous Message | Keve Müller | 2001-09-01 13:39:58 | Re: Need help with JDBC driver. Problem, - getExportedKeys |