Re: problem converting database to UTF-8

From: Vladimir Konrad <vk(at)dsl(dot)pipex(dot)com>
To: David Goodenough <david(dot)goodenough(at)btconnect(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem converting database to UTF-8
Date: 2009-01-22 20:42:41
Message-ID: 20090122204241.4d7ced1c@svr0.h.dearm.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alan Hodgson 2009-01-22 20:56:49 Re: problem converting database to UTF-8
Previous Message David Goodenough 2009-01-22 20:18:22 Re: problem converting database to UTF-8