Re: possible character accent bug on pgjdbc73

From: shk(at)linuxbr(dot)com(dot)br
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: possible character accent bug on pgjdbc73
Date: 2003-05-30 13:42:09
Message-ID: 200302051642.h15Gg9401367@www3.mailbr.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

----- Original Message -----
From: "Daniel Serodio" <daniel(at)checkforte(dot)com(dot)br>
To: <shk(at)linuxbr(dot)com(dot)br>
Cc: "PostgreSQL JDBC List" <pgsql-jdbc(at)postgresql(dot)org>
Sent: Wednesday, February 05, 2003 2:00 PM
Subject: Re: [JDBC] possible character accent bug on pgjdbc73

You should translate '' to '&oacute;', '' is not valid HTML, despite
Internet Exploder rendering it ok.

[]'s
Daniel Serodio

-----------------

That is not really the error, because the wrong chars come
before the presentation (look the html code i pasted)

And pgsql should work correctly with accent-chars, isn't?

-----------------
On Sun, 2003-01-05 at 10:51, shk(at)linuxbr(dot)com(dot)br wrote:
> I think there is a bug on postgresql 7.3 jdbc
>
> I have a intranet that runs on postgresql 7.1 and (resin as container
> and red hat 7.2 linux) working well
> So, i tried to upgrade to postgresql 7.3.1
> The export done OK, but when i started to test the pages, i got some
> weired results.
>
> There is a example:
> on psql:
> intraprime=# select nome from setores where codigo=5;
> nome
> ----------
> Custdia
> (1 row)
>
>
> but on a jsp page, i got that result:
> <option value='5'>Custdia</option>
>
> It seems that every accent character is changed to ''.
> I've tryed all versions os pgjdbc73 and the development drivers. I
> tryed too the pgsqljdbc72 driver, but no sucess.
>
> I hope some reply! :)
> Thanks very much!
>
>
> Icon - Internet grtis, e-mail, MP3 player, vdeo, rdio e muito mais.
> Pegue j o seu em http://www.ibest.com.br/icon/mbr1.html. grtis!
>
> ---------------------------(end of broadcast)-------------------------
--
> TIP 1: subscribe and unsubscribe commands go to
majordomo(at)postgresql(dot)org
--
Daniel Serodio <daniel(at)checkforte(dot)com(dot)br>
CheckForte

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Icon - Internet grtis, e-mail, MP3 player, vdeo, rdio e muito mais.
Pegue j o seu em http://www.ibest.com.br/icon/mbr1.html. grtis!

Browse pgsql-jdbc by date

  From Date Subject
Next Message Chris White (cjwhite) 2003-05-30 18:48:22 FastPath protocol error
Previous Message shk 2003-05-30 12:51:21 possible character accent bug on pgjdbc73