Re: Inserting & Retrieving Unicode with libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Bland" <themanatuf(at)juno(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Inserting & Retrieving Unicode with libpq
Date: 2006-09-26 19:51:51
Message-ID: 29213.1159300311@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Christopher Bland" <themanatuf(at)juno(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Moginraj Mohandas 2006-09-26 19:55:48 Unsubscribe
Previous Message Christopher Bland 2006-09-26 19:12:37 Inserting & Retrieving Unicode with libpq