Re: Query failed: ERROR: character with byte sequence 0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "'Albe Laurenz *EXTERN*'" <laurenz(dot)albe(at)wien(dot)gv(dot)at-extern>, "'NTPT *EXTERN*'" <NTPT(at)seznam(dot)cz>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Query failed: ERROR: character with byte sequence 0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"
Date: 2015-11-26 10:40:50
Message-ID: A737B7A37273E048B164557ADEF4A58B50FEB5BF@ntex2010i.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sachin Srivastava 2015-11-26 11:48:03 Postgresql Dump Question
Previous Message Albe Laurenz 2015-11-26 09:29:39 Re: Query failed: ERROR: character with byte sequence 0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"