BUG #6002: French character show garbled - Mailing list pgsql-bugs

From Savita
Subject BUG #6002: French character show garbled
Date
Msg-id 201105021633.p42GXpvK098428@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #6002: French character show garbled
List pgsql-bugs
The following bug has been logged online:

Bug reference:      6002
Logged by:          Savita
Email address:      savita.halli@gmail.com
PostgreSQL version: 8.3.5
Operating system:   AIX
Description:        French character show garbled
Details:

Hi

We are facing a problem while inserting a Latin character (é) into
Postgresql. We are using postgresql-8.3-604.jdbc3.jar to connect to the PSQL
and trying to insert the following statement: "Vérification" through JDBC.
Once inserted we went back to PSQL and ran the select query and the result
is different: Vérification. Here the character é is being replaced by
é.

Could any one please help us in resolving this problem as we are stuck with
this?

Note: We have even tried this on Database with encoding SQL_ASCII and UTF8
as well.

Thanks
Savita

pgsql-bugs by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: BUG #5946: Long exclusive lock taken by vacuum (not full)
Next
From: "David carlos Manuelda"
Date:
Subject: BUG #6003: Cannot have a constraint foreign key on master class with inheritance