On Aug 23, 2004, at 4:35 PM, Tom Lane wrote:
> Hmm. I tried putting your string into a UNICODE database and I got
> ERROR: invalid byte sequence for encoding "UNICODE": 0xc7
Really? Curious.
> So there's something funny happening here. What is your
> client_encoding
> setting?
It's not set. I've had it commented out for quite some time:
# $ENV{PGCLIENTENCODING} = 'UNICODE'; # Should default to this,
anyway.
# $ENV{PGSERVERENCODING} = 'UNICODE'; # Should default to this,
anyway.
Regards,
David