Re: Invalid byte sequence for encoding "UTF8": 0xedbebf

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Invalid byte sequence for encoding "UTF8": 0xedbebf
Date: 2011-06-15 21:37:21
Message-ID: 201106151437.21275.ahodgson@simkin.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On June 15, 2011 01:18:27 PM BRUSSER Michael wrote:
> Unless there's no other options I don't want to use sed or break file into
> pieces, if possible,

iconv loads everything into RAM. You can use "split", convert the pieces, and
then recombine, I did that when converting a large database to utf-8 and it
worked.

--
Obama has now fired more cruise missiles than all other Nobel Peace prize
winners combined.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message BRUSSER Michael 2011-06-15 21:44:10 Re: Invalid byte sequence for encoding "UTF8": 0xedbebf
Previous Message Merlin Moncure 2011-06-15 20:58:22 Re: You could be a PostgreSQL Patch Reviewer!