Re: copy data from utf16 csv file - Mailing list pgsql-general

From Peter Wiersig
Subject Re: copy data from utf16 csv file
Date
Msg-id 20051028061108.GB30916@london087.server4you.de
Whole thread Raw
In response to copy data from utf16 csv file  (Shane <shane-pgsql@cm.nu>)
List pgsql-general
On Thu, Oct 27, 2005 at 03:30:43PM -0700, Shane wrote:
>
> Can anyone suggest how I can either get these into PG directly
> or massage the file so as to be compatable?

To my knowledge the only Unicode encoding used by Postgres is
utf-8.

Try 'recode' or 'iconv' on unix-like systems. A better text editor
can convert on MS Windows.

Peter

pgsql-general by date:

Previous
From: Shane
Date:
Subject: copy data from utf16 csv file
Next
From: Ron Mayer
Date:
Subject: Re: Why database is corrupted after re-booting