Re: Support unicode in libpq - Mailing list pgsql-general

From Tino Wildenhain
Subject Re: Support unicode in libpq
Date
Msg-id 26681786.1038935011@liza
Whole thread Raw
In response to Support unicode in libpq  ("Carmen Wai" <wai_carmen@hotmail.com>)
List pgsql-general
Hi Carmen,

--On Dienstag, 3. Dezember 2002 15:06 +0000 Carmen Wai
<wai_carmen@hotmail.com> wrote:

> Hello:
>
> I would like to know how libpq library support with the unicode query? As
> I find that it accepts char string only e.g. PGresult *PQexec(PGconn
> *conn, const char *query)
>
> How can I handle if the query contain the unicode which is of wchar type?

From my experience with psycopg (the python binding)
you get always 8-bit chars. They are encoded depending
on your actual client encoding:

select pg_client_encoding();

I decide on that encoding wether its unicode or not
and if its unicode decode it from utf-8 to unicode.
I think the same could be done in your case.

Regards
Tino

pgsql-general by date:

Previous
From: Doug McNaught
Date:
Subject: Re: Backend message type 0x50 arrived while idle
Next
From: Bruce Momjian
Date:
Subject: Re: Segmentation fault while COPY in 7.3