Display Problem. - Mailing list pgsql-jdbc

From David Hu
Subject Display Problem.
Date
Msg-id 20bb01c2d0c8$507a63b0$6f01a8c0@redsquare.com.au
Whole thread Raw
List 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 by date:

Previous
From: Barry Lind
Date:
Subject: New builds for 7.3 and dev posted to jdbc.postgresql.org
Next
From: Peter Katzmann
Date:
Subject: Re: Timestamp problems