Re: unicode in 7.1 - Mailing list pgsql-general

From Marko Kreen
Subject Re: unicode in 7.1
Date
Msg-id 20010911142547.A8329@l-t.ee
Whole thread Raw
In response to unicode in 7.1  (Culley Harrelson <culleyharrelson@yahoo.com>)
Responses Re: unicode in 7.1
List pgsql-general
On Mon, Sep 10, 2001 at 11:25:36AM -0700, Culley Harrelson wrote:
>
> my isp recently upgraded form postgreSQL 7.0 to 7.1.  It went pretty well
> but I just discovered that non-english characters are now in the database
> as a question mark-- inserting non-english characters produces a ? as
> well.  Any idea what has gone wrong and what we need to do to fix this?

Your database encoding is wrong.  Probably SQL_ASCII.  And in
7.1 the JDBC drivers takes account of database encoding and
presents invalid symbols as '?'.

--
marko


pgsql-general by date:

Previous
From: Culley Harrelson
Date:
Subject: Re: Fwd: Re: unicode in 7.1
Next
From: Culley Harrelson
Date:
Subject: Re: unicode in 7.1