Re: Inserting & Retrieving Unicode with libpq - Mailing list pgsql-novice

From Tom Lane
Subject Re: Inserting & Retrieving Unicode with libpq
Date
Msg-id 29213.1159300311@sss.pgh.pa.us
Whole thread Raw
In response to Inserting & Retrieving Unicode with libpq  ("Christopher Bland" <themanatuf@juno.com>)
List pgsql-novice
"Christopher Bland" <themanatuf@juno.com> writes:
> I would like to be able to pass in wchar_t* and return
> wchar_t* parameters. Is this possible with the current libpq module?

No.  You'll need to convert the data to/from utf8 form yourself.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Christopher Bland"
Date:
Subject: Inserting & Retrieving Unicode with libpq
Next
From: "Moginraj Mohandas"
Date:
Subject: Unsubscribe