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

Inserting & Retrieving Unicode with libpq



I've been trying to figure out all day how to insert and retrieve
unicode data from my table? My database is defined as:

        List of databases
   Name    |  Owner   | Encoding
-----------+----------+-----------
 mydata    | postgres | UTF8

The exported methods from libpq either accept char* as the input or
return char*. I would like to be able to pass in wchar_t* and return
wchar_t* parameters. Is this possible with the current libpq module?
I've tried using the 'wcstombs' function to convert wide chars to
multi-byte, but that hasn't been working for me (all of my data is wide
chars).

Any help or suggestions would be much apprecaited.


________________________________________________________________________
Try Juno Platinum for Free! Then, only $9.95/month!
Unlimited Internet Access with 1GB of Email Storage.
Visit http://www.juno.com/value to sign up today!





Home | Main Index | Thread Index

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