Обсуждение: RE: How to change the encoding inside the JDBC inter face

Поиск
Список
Период
Сортировка

RE: How to change the encoding inside the JDBC inter face

От
Peter Mount
Дата:
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


Re: How to change the encoding inside the JDBC inter face

От
Dave
Дата:
Yes, I've been search something like it for a week.  Frankly, I've
been CVS too, but I don't which one to download.  Could you please
help?

Thanks
Dave

On Tue, 28 Nov 2000 08:15:25 -0000, you wroth:

>There is in the CVS source some new encoding support which you may want to
>try.
>
>Peter