Обсуждение: Need information for C++ interface

Поиск
Список
Период
Сортировка

Need information for C++ interface

От
Mayank Goyal
Дата:
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