Re: converting database to unicode

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Jason Tesser <JTesser(at)nbbc(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: converting database to unicode
Date: 2004-10-15 13:25:00
Message-ID: 20041015132500.GA4191@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 15, 2004 at 07:59:19AM -0500, Jason Tesser wrote:
> Some help please?? :-) Anyone?

Did you try recoding the plain-text dump using recode or iconv?

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org on behalf of Jason Tesser
> Sent: Wed 10/13/2004 10:00 AM
> To: pgsql-general(at)postgresql(dot)org
> Cc:
> Subject: [GENERAL] converting database to unicode
> I have a database in sql_ascii that I need to convert to Unicode. I tried using
> pg_dump -Fc .. but it fails on certain characters. like this one "è"
> How can I get the data transferred?

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"No es bueno caminar con un hombre muerto"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Josh Close 2004-10-15 13:34:26 Re: unsubscribe
Previous Message Jason Tesser 2004-10-15 12:59:19 Re: converting database to unicode