Re: [INTERFACES] JDBC and character sets

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: David Warnock <david(at)sundayta(dot)co(dot)uk>
Cc: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] JDBC and character sets
Date: 1999-06-22 12:07:54
Message-ID: 199906221207.VAA09978@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

>We have java applications currently using either Postgresql 6.4 or
>Interbase. We use Interbase as we need unicode.
>
>The support for unicode in Postgresql 6.5 is unclear to me. I can also
>see no mention of Unicode in the jdbc driver documentation.
>
>Can I install postgresql 6.5 so as to be able to save and restore the
>unicode from java?
>
>If so how?

I'm not sure about JDBC, but definitely PostgreSQL supports Unicode if
you enable MB option.

configure --with-mb=UNICODE
--
Tatsuo Ishii

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message David Warnock 1999-06-22 13:54:11 Re: [INTERFACES] JDBC and character sets
Previous Message Wayne 1999-06-22 11:41:08 Re: [INTERFACES] Trying to get started?