Re: invalid byte sequence for encoding "UNICODE": 0xd9

From: David Fetter <david(at)fetter(dot)org>
To: SF Postgres <sfpug(at)postgresql(dot)org>
Subject: Re: invalid byte sequence for encoding "UNICODE": 0xd9
Date: 2006-02-14 05:29:39
Message-ID: 20060214052939.GB31745@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

On Mon, Feb 13, 2006 at 02:37:45PM -0800, Eric Walstad wrote:
> Hi everyone,
>
> Question: How do I keep from receiving the subject error message when
> loading data?

I suspect you'll have to pass iconv over the dump file, as mentioned
in the release notes. You may have had the database encoded in that
abomination hiding under the mask of SQL_ASCII, which isn't really an
encoding. It's more like "any byte string without a null byte in it" :P

HTH :)

Cheers,
D
--
David Fetter david(at)fetter(dot)org http://fetter.org/
phone: +1 415 235 3778

Remember to vote!

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message Eric Walstad 2006-02-14 21:31:42 Re: invalid byte sequence for encoding "UNICODE": 0xd9
Previous Message Eric Walstad 2006-02-13 22:37:45 invalid byte sequence for encoding "UNICODE": 0xd9