possible character accent bug on pgjdbc73

Поиск
Список
Период
Сортировка
От shk@linuxbr.com.br
Тема possible character accent bug on pgjdbc73
Дата
Msg-id 200302051551.h15FpM301198@www2.mailbr.com.br
обсуждение исходный текст
Ответы Re: possible character accent bug on pgjdbc73
Список pgsql-jdbc
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
----------
 Cust�dia
(1 row)


but on a jsp page, i got that result:
<option value='5'>Cust�dia</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 gr�tis, e-mail, MP3 player, v�deo, r�dio e muito mais.
Pegue j� o seu em  http://www.ibest.com.br/icon/mbr1.html. � gr�tis!

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Scott Taylor"
Дата:
Сообщение: Netbeans - JDBC Driver Class
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Connection pooling question