Unicode using psqlODBC

Connection string

This PostgreSQL ODBC Driver (psqlODBC) connection string can be used for connections to PostgreSQL.

Driver={PostgreSQL UNICODE};Server=IP address;Port=5432;Database=myDataBase;
Uid
=myUsername;
Pwd=myPassword;