Re: Invalid byte sequence for encoding "UTF8"

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Invalid byte sequence for encoding "UTF8"
Дата
Msg-id BF0BAA5A-F2FC-4A3D-A2AC-139FE22204BE@pgedit.com
обсуждение исходный текст
Ответ на Invalid byte sequence for encoding "UTF8"  ("Neil Saunders" <n.j.saunders@gmail.com>)
Ответы Re: Invalid byte sequence for encoding "UTF8"  ("Neil Saunders" <n.j.saunders@gmail.com>)
Список pgsql-novice
You'll probably need to dump the database as SQL_ASCII (in text
format) and then use a program like iconv (http://en.wikipedia.org/
wiki/Iconv) to fix it so that it is valid UTF8.


On May 14, 2007, at 5:23 PM, Neil Saunders wrote:

> I'm at temping to migrate a database from a Windows installation
> (8.1.4) to a Linux installation (8.2.4). I've successfully migrated
> the schema, but now am running in to difficulties importing the data.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: "Neil Saunders"
Дата:
Сообщение: Invalid byte sequence for encoding "UTF8"
Следующее
От: Raimon Fernandez
Дата:
Сообщение: how to retrieve table definition