character 0x9d of encoding "WIN1252" has no equivalent in "UTF8"
Posted: 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"
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"