problem: Postgresql and Unicode - Mailing list pgsql-admin

From Nathalie Boulos
Subject problem: Postgresql and Unicode
Date
Msg-id F136TWApLOjzbBmLGQ50000b8e8@hotmail.com
Whole thread Raw
Responses Re: problem: Postgresql and Unicode  (Antti Haapala <antti.haapala@iki.fi>)
Re: problem: Postgresql and Unicode  (Artur Pietruk <arturp@plukwa.net>)
List pgsql-admin
Hi everyone,

I'm using postgresql-7.2.2-1 under RedHat linux 8.0.

I created a unicode DB and trying to insert arabic text through a php script
on the web. I'm getting the following error:
Warning: pg_exec() query failed: ERROR: Invalid UNICODE character sequence
found (0xe40000)

the client is a IE browser on a win2000 machine, with arabic support.
(I'm forcing client encoding to unicode before i insert data in the DB by
adding the following line in the PHP script:
pg_exec($db,"set client_encoding='unicode'");       )

Any ideas?

I'd greatly appreciate any help and thanks in advance

Regards
Nathalie


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail


pgsql-admin by date:

Previous
From: Oleg Samoylov
Date:
Subject: Re: Logging for psql only
Next
From: Antti Haapala
Date:
Subject: Re: problem: Postgresql and Unicode