Display Problem.

Поиск
Список
Период
Сортировка
От David Hu
Тема Display Problem.
Дата
Msg-id 20bb01c2d0c8$507a63b0$6f01a8c0@redsquare.com.au
обсуждение исходный текст
Список pgsql-jdbc
Hi, all.
 
I am trying work out why my jsp/servlet application can't display the trademark sign "®" properly. It changed to a question mark "?".
The postgresql database is running on windows NT and come from cygwin.   I installed the both JDBC dirver and ODBC driver.
If I run a quey, I can see the sign is fine on ODBC driver. 
 
I also did recreated the database with the new character encoding but it didn't help.

>1. Drop and recreate db with the scripts:

>     create database devdb with encoding='latin1'; 

Looks like the Linux based system working fine.
 
Any ideas?
 
Thanks
 
 
 
 

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

Предыдущее
От: Barry Lind
Дата:
Сообщение: New builds for 7.3 and dev posted to jdbc.postgresql.org
Следующее
От: Peter Katzmann
Дата:
Сообщение: Re: Timestamp problems