character 0x9d of encoding "WIN1252" has no equivalent in "UTF8"

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
russellmd
Posts: 8
Joined: Mon 05 Nov 2007 02:09

character 0x9d of encoding "WIN1252" has no equivalent in "UTF8"

Post by russellmd » Sun 09 Mar 2008 07:19

Hi Guys:

Recently upgrade to postgres 8.3 and I'm getting these errors now wherever I had "uncode = true" on the PgSQL driver and foreign language characters like chinese and russian were being retrieved.

Once I turn off unicode on the connection object, the errors go away, but the text is no longer in the proper language. Can you offer any assistance?

[3/9/2008 1:52:38 AM] ERROR: Error in prvSite.getDataSource():
CoreLab.PostgreSql.PgSqlException: character 0x8f of encoding "WIN1252" has no equivalent in "UTF8"

[3/9/2008 1:52:22 AM] ERROR: Error in prvReview.getDataSource():
CoreLab.PostgreSql.PgSqlException: character 0x9d of encoding "WIN1252" has no equivalent in "UTF8"

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Tue 11 Mar 2008 14:14

Please send me (alexeyman*crlab*com) a small test project to reproduce the problem.
It is desirable to use 'emp' and 'dept' database objects, otherwise include the
definition of your own database objects.
Do not use third party components.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.

Post Reply