How to change the encoding inside the JDBC interface - Mailing list pgsql-interfaces

From Dave
Subject How to change the encoding inside the JDBC interface
Date
Msg-id CtcgOsET1sK33YPtR+auyPB=qKFC@4ax.com
Whole thread Raw
List pgsql-interfaces
Hi all,

I have a database which is EUC_TW encoded, but I would like to use
Big5 to encode my data.  I've tried serveral ways to program my
program, i.e. using string(in_bytestr, "BIG5") to convert my data.
However, the interface just use EUC_TW to store my data anyhow.

Any experience can share with  me?

Thanks 
Dave


pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: [BUGS] no meaningful way to determine fe or be version?
Next
From: Bill Chatfield
Date:
Subject: PostgreSQL ODBC from MS Access numeric/float8 Error Fix