I have a Postgresql database with the character set as unicode. I'm trying to use the windows odbc driver 8.01.00.05 to connect to this database and return UTF8 characters. I've sent the client_encoding to 'unicode' but still get the data returned as ISO.
Does anyone know how to fetch UTF8 characters? I'm using SQLGetData to retrieve the information.
Thanks.
Does anyone know how to fetch UTF8 characters? I'm using SQLGetData to retrieve the information.
Thanks.