Inserting é in psql - invalid byte sequence for encoding "UNICODE": 0xe9 - Mailing list pgsql-general

From CSN
Subject Inserting é in psql - invalid byte sequence for encoding "UNICODE": 0xe9
Date
Msg-id 20060315093356.77365.qmail@web52913.mail.yahoo.com
Whole thread Raw
Responses Re: Inserting é  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Inserting é in psql - inv  (Richard Huxton <dev@archonet.com>)
Re: Inserting in psql - invalid byte sequence for encoding "UNICODE": 0xe9  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I created a new database with encoding UTF8, connected
using psql, and ensured the client encoding is also
UTF8 (Unicode). But when I try to insert characters
like 'é', I get this error:

ERROR:  invalid byte sequence for encoding "UNICODE":
0xe9

Isn't this possible with psql? Hopefully it's not
necessary to insert with values like  '\xC3\xA1'
instead (which I tried, but the values got inserted as
is and weren't converted).

CSN

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

pgsql-general by date:

Previous
From: Antonis Antoniou
Date:
Subject: Re: out of memory
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Inserting é