Need information for C++ interface

From: Mayank Goyal <g(dot)mayank(at)netsity(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Need information for C++ interface
Date: 2003-09-22 04:22:55
Message-ID: 003f01c380c1$32722250$3567a8c0@netsity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

I am involved in developing a multi-linugual application. I have been able
to save UTF-8 data into and reteive the data as well. I need to know how I
can save proper UNICODE data into the database from such an interface like
libpq++. As the libraries are written using char and string classes. Also I
need to know whether the sorting done by commands (SELECT * from... order by
... ) will result in proper results in both the case of UNICODE as well as
UTF-8(multi-byte).

From
Mayank Goyal

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2003-09-22 06:33:46 Re: ECPG and structure declaration
Previous Message Dave Page 2003-09-21 10:26:58 Re: Killing the backend to cancel a long waiting query