Index: src/exceptions/PGException.m ================================================================== --- src/exceptions/PGException.m +++ src/exceptions/PGException.m @@ -38,11 +38,11 @@ @try { _connection = [connection retain]; _error = [[OFString alloc] initWithCString: PQerrorMessage([_connection PG_connection]) - encoding: [OFLocalization encoding]]; + encoding: [OFLocale encoding]]; } @catch (id e) { [self release]; @throw e; }