Re: Invalid byte sequence for encoding "UTF8": 0xedbebf - Mailing list pgsql-general

From Alan Hodgson
Subject Re: Invalid byte sequence for encoding "UTF8": 0xedbebf
Date
Msg-id 201106151437.21275.ahodgson@simkin.ca
Whole thread Raw
In response to Invalid byte sequence for encoding "UTF8": 0xedbebf  (BRUSSER Michael <Michael.BRUSSER@3ds.com>)
Responses Re: Invalid byte sequence for encoding "UTF8": 0xedbebf
List 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.

pgsql-general by date:

Previous
From: BRUSSER Michael
Date:
Subject: Invalid byte sequence for encoding "UTF8": 0xedbebf
Next
From: BRUSSER Michael
Date:
Subject: Re: Invalid byte sequence for encoding "UTF8": 0xedbebf