Re: Reading £ character from DB is displaying œ character - Mailing list pgsql-jdbc

From saisantoshi
Subject Re: Reading £ character from DB is displaying œ character
Date
Msg-id 1379968337903-5772093.post@n5.nabble.com
Whole thread Raw
In response to Re: Reading £ character from DB is displaying œ character  (John R Pierce <pierce@hogranch.com>)
Responses Re: Reading £ character from DB is displaying œ character
List pgsql-jdbc
client_encoding is set to "WIN1252"

I am try to set to UTF8, Trying to set a £ character in the update statement
is causing "invalid byte code sequence : 0x9x?"

Additional information:

server_encoding set to "UTF-8" as well.

If I set the client_encoding to WIN1252, it saves £ character correctly into
the database but the retrieval is a problem ( retrieves œ character)

Thanks,
Sai.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Reading-character-from-DB-is-displaying-character-tp5771897p5772093.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.


pgsql-jdbc by date:

Previous
From: John R Pierce
Date:
Subject: Re: Reading £ character from DB is displaying œ character
Next
From: saisantoshi
Date:
Subject: Re: Reading £ character from DB is displaying œ character