Re: Display Problem.

From: "Tim Lucia" <Tim(dot)Lucia(at)storigen(dot)com>
To: "David Hu" <david(at)redsquare(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Display Problem.
Date: 2003-02-10 11:52:28
Message-ID: 7BFCE5F1EF28D64198522688F5449D5AABE365@xchangeserver2.storigen.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Since you say "jsp", one can assume that you are emitting the out from
your database to a browser in html. In this case, the HTML markup
symbol "&reg;" should be used to produce the (r) symbol.

Tim

-----Original Message-----
From: David Hu [mailto:david(at)redsquare(dot)com]
Sent: Monday, February 10, 2003 12:50 AM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Display Problem.

Hi, all.

I am trying work out why my jsp/servlet application can't display the
trademark sign "(r)" 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




Browse pgsql-jdbc by date

  From Date Subject
Next Message Holger Klawitter 2003-02-10 12:35:21 omitted line in errors.properties (7.3.2)
Previous Message Felipe Schnack 2003-02-10 11:45:15 Strange error