From: | Tony Grant <tony(at)animaproductions(dot)com> |
---|---|
To: | Barry Lind <barry(at)xythos(dot)com> |
Cc: | Ricardo Pardini <rpardini(at)organox(dot)com(dot)br>, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Re: ? (question mark) characters |
Date: | 2001-08-31 07:49:12 |
Message-ID: | 999244152.20182.20.camel@tonux |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On Thu, 2001-08-30 at 18:41, Barry Lind wrote:
> Ricardo,
>
> Is your database compiled for multibyte support? And what character set
> is the database you are connecting to created with? (to get the
> database character set do a 'psql -l'). If the answer to the first
> question is no or the answer to the second question is 'SQL_ASCII', then
> only 7bit characters are supported.
:
> > Ok, I tried all the drivers currently available at http://jdbc.fastcrypt.com.
> > They all seem to correct the problem with long (>8k) SQL statements, but
> > they're all broken considering Portuguese characters like áéíóú (aeiou with
> > accent)... they are replaced by question marks (?)... any ideas? Should I try
> > to compile my own drivers? How?
> > BTW I am using JDK 1.3 from Sun (Solaris and Linux)...
For portugese you should be using -E LATIN1
Cheers
Tony Grant
--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html
From | Date | Subject | |
---|---|---|---|
Next Message | Gunnar Rønning | 2001-08-31 12:47:22 | Re: Dúvida |
Previous Message | Dave Cramer | 2001-08-31 02:16:07 | Re: Read transactions don't work on 7.0.x db's |