How to change the encoding inside the JDBC interface

From: Dave <fubjj(at)flashmail(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: How to change the encoding inside the JDBC interface
Date: 2000-11-26 09:30:47
Message-ID: CtcgOsET1sK33YPtR+auyPB=qKFC@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Bill Chatfield 2000-11-26 10:05:19 PostgreSQL ODBC from MS Access numeric/float8 Error Fix
Previous Message Bruce Momjian 2000-11-25 04:32:23 Re: [INTERFACES] Re: no meaningful way to determine fe or beversion?