Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Inserting & Retrieving Unicode with libpq



"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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group