Re: [INTERFACES] JDBC and character sets - Mailing list pgsql-interfaces

From Tatsuo Ishii
Subject Re: [INTERFACES] JDBC and character sets
Date
Msg-id 199906221207.VAA09978@srapc451.sra.co.jp
Whole thread Raw
In response to JDBC and character sets  (David Warnock <david@sundayta.co.uk>)
List 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


pgsql-interfaces by date:

Previous
From: David Warnock
Date:
Subject: JDBC and character sets
Next
From: David Warnock
Date:
Subject: Re: [INTERFACES] JDBC and character sets