Hi,

I am using Ingres 6.4 (db) and C.
At this moment the program I have developed retrieves a string data from an Ingres 6.4 db and inserts it to another database (Ingres 6.4).

The data is stored in the database in utf-8 encoding.


What I want to do is retrieve these data and before storing them in the other database, convert them from utf-8 to iso-8859-7.

Could anyone help?

Thank you.