RE: How to change the encoding inside the JDBC inter face - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: How to change the encoding inside the JDBC inter face
Date
Msg-id 1B3D5E532D18D311861A00600865478CF1B5C6@exchange1.nt.maidstone.gov.uk
Whole thread Raw
Responses Re: How to change the encoding inside the JDBC inter face  (Dave <fubjj@flashmail.com>)
List pgsql-interfaces
There is in the CVS source some new encoding support which you may want to
try.

Peter

-- 
Peter Mount
Enterprise Support Officer, Maidstone Borough Council
Email: petermount@maidstone.gov.uk
WWW: http://www.maidstone.gov.uk
All views expressed within this email are not the views of Maidstone Borough
Council


-----Original Message-----
From: Dave [mailto:fubjj@flashmail.com]
Sent: Sunday, November 26, 2000 9:31 AM
To: pgsql-interfaces@postgresql.org
Subject: [INTERFACES] How to change the encoding inside the JDBC
interface


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: Peter Mount
Date:
Subject: RE: Jdbc Trouble
Next
From: Dave
Date:
Subject: Re: How to change the encoding inside the JDBC inter face