Re: Reading £ character from DB is displaying œ character

From: saisantoshi <mr(at)starsborn(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Reading £ character from DB is displaying œ character
Date: 2013-09-23 20:32:17
Message-ID: 1379968337903-5772093.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message saisantoshi 2013-09-23 20:58:56 Re: Reading £ character from DB is displaying œ character
Previous Message John R Pierce 2013-09-23 19:16:35 Re: Reading £ character from DB is displaying œ character