Re: problem converting database to UTF-8

Поиск
Список
Период
Сортировка
От Vladimir Konrad
Тема Re: problem converting database to UTF-8
Дата
Msg-id 20090122204241.4d7ced1c@svr0.h.dearm.co.uk
обсуждение исходный текст
Ответ на Re: problem converting database to UTF-8  (David Goodenough <david.goodenough@btconnect.com>)
Ответы Re: problem converting database to UTF-8
Re: problem converting database to UTF-8
Список pgsql-general
> iconv does not change the database encodings embedded in the file
> (and it is quite large).

Have you read the manual?

       file   A pathname of an input file. If no file operands are
       specified, or if a file operand is '-', the standard input shall
       be used.


cat the-source-dump.sql | iconv -t utf8 - > my-converted.sql

Size should not matter in this case...

V

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

Предыдущее
От: David Goodenough
Дата:
Сообщение: Re: problem converting database to UTF-8
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: problem converting database to UTF-8