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

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Query failed: ERROR: character with byte sequence 0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B50FEB5BF@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Query failed: ERROR: character with byte sequence 0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Query failed: ERROR: character with byte sequence 0xc2 0x96 in encoding "UTF8" has no equivalent in encoding "WIN1250"
Следующее
От: Sachin Srivastava
Дата:
Сообщение: Postgresql Dump Question