--- connection.c.orig Tue Sep 6 01:47:23 2005 +++ connection.c Tue Sep 6 02:13:53 2005 @@ -1545,7 +1545,7 @@ if (self->unicode) { if (!self->client_encoding || - !stricmp(self->client_encoding, "UNICODE")) + stricmp(self->client_encoding, "UNICODE")) { QResultClass *res; if (PG_VERSION_LT(self, 7.1))