Re: Query failed: ERROR: character with byte sequence
0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250" - Mailing list pgsql-general
From
Albe Laurenz
Subject
Re: Query failed: ERROR: character with byte sequence
0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"
I wrote:
> You can run something like this over the plain text dump:
>
> sed -e 's/–/-/g' dump.sql >fixed.sql
Scrap that, it should of course be:
sed -e 's//-/g' dump.sql >fixed.sql
Yours,
Laurenz Albe
From:
Albe Laurenz Date: Subject:
Re: Query failed: ERROR: character with byte sequence
0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"