utf8 database not dumping utf8 characters - Mailing list pgsql-admin

From Matt Williams
Subject utf8 database not dumping utf8 characters
Date
Msg-id 5D15382C1CF943D8A7B69D102A2BCBD4@williams-tech.net
Whole thread Raw
Responses Re: utf8 database not dumping utf8 characters  (Steve Crawford <scrawford@pinpointresearch.com>)
Re: utf8 database not dumping utf8 characters  (Scott Whitney <scott@journyx.com>)
List pgsql-admin
I have a database that is utf8 and displays utf8 values correctly in psql. When dumped, it displays the utf8 characters incorrectly. ie. ö turns into Ã

In the header of the dump file, I have:

SET client_encoding = 'UTF8';

So I'm not sure where the disconnect is?

Thoughts?

Thanks,

-- 
Matt Williams
Sent with Sparrow

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: replication failure with GIN index
Next
From: Steve Crawford
Date:
Subject: Re: utf8 database not dumping utf8 characters