RE: [INTERFACES] JDBC and character sets

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Herouth Maoz'" <herouth(at)oumail(dot)openu(dot)ac(dot)il>, Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: RE: [INTERFACES] JDBC and character sets
Date: 1999-06-22 15:55:43
Message-ID: 1B3D5E532D18D311861A00600865478C9FCB@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

That's my main worry, and one of the reasons I haven't really looked at
it yet.

What we would need is some way for the client to see if the backend was
compiled for unicode, and enable that functionality if it is, or default
to ASCII if not.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Herouth Maoz [mailto:herouth(at)oumail(dot)openu(dot)ac(dot)il]
Sent: Tuesday, June 22, 1999 4:45 PM
To: Peter Mount
Cc: pgsql-interfaces(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] JDBC and character sets

At 18:22 +0300 on 22/06/1999, David Warnock wrote:

> > If I understand this correctly, if I make sure the driver converts
the
> > strings (in the correct methods) into UTF-8, then unicode support
will
> > work?
> >
> > I'm wondering, as I haven't delved into Unicode with the driver yet.
If
> > this is the case, it will be a simple thing to implement.
>
> Ooooh yes please. This would be a great thing for us. If you need any
> help testing please tell us.

Well, what if we haven't compiled the system for unicode? Make sure the
driver doesn't kill us in such a case. We use ISO8859-8 for our data. If
you were to convert it to utf-8, it would certainly not work as we
expect.
Especially if the database is not compiled for unicode.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Herouth Maoz 1999-06-22 16:03:42 Re: JDBC:Using Large Objects
Previous Message Artur Kudelka 1999-06-22 15:48:53 16-bit ODBC driver for PostgreSQL