Re: Change server encoding after the fact

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Change server encoding after the fact
Дата
Msg-id CAOR=d=22gbUR50yn2MPJ5WzOL6quS2KDqNiOdOOQ3UgGiWDWSA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Change server encoding after the fact  (Cody Caughlan <toolbag@gmail.com>)
Ответы Re: Change server encoding after the fact
Список pgsql-general
On Fri, Sep 30, 2011 at 1:45 PM, Cody Caughlan <toolbag@gmail.com> wrote:
> That worked, but "file" shows no difference:
> $ iconv -f utf-8 -t utf-8 -c foo.sql > utf.sql
> $ file -i foo.sql
> foo.sql: text/plain; charset=us-ascii
> $file -i utf.sql
> utf.sql: text/plain; charset=us-ascii
> So iconv didnt actually convert the file OR does is the "file" command just
> ignorant?

Not sure.  try loading the dump into the UTF-8 DB in postgres and see
what happens I guess?

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

Предыдущее
От: Dario Beraldi
Дата:
Сообщение: Re: postgres for OLAP & data mining
Следующее
От: Cody Caughlan
Дата:
Сообщение: Re: Change server encoding after the fact