Re: encoding - Mailing list pgsql-odbc

From Andreas Pflug
Subject Re: encoding
Date
Msg-id 428488B5.2050401@pse-consulting.de
Whole thread Raw
In response to Re: encoding  ("Joel Fradkin" <jfradkin@wazagua.com>)
List pgsql-odbc
Joel Fradkin wrote:
> I originally tried a Unicode database, but when the .net application I wrote
> to move the data from mssql to postgres blew up on the french characters.

You probably hit a (non-)conversion problem in the driver, giving the
message "invalid byte sequence for unicode" or "unicode char > 100000
not allowed" when the server receives a nonconverted char when it
expects unicode. See my message from January (4th or so?) about this, if
that patch helps you too this really should go into psqlodbc.

Regards,
Andreas

pgsql-odbc by date:

Previous
From: Marko Ristola
Date:
Subject: Re: [ADMIN] catastrophic error
Next
From: "Joel Fradkin"
Date:
Subject: Re: [ADMIN] catastrophic error