Re: UNICODE problem on 7.4 with COPY - Mailing list pgsql-general

From Gianni Mariani
Subject Re: UNICODE problem on 7.4 with COPY
Date
Msg-id 3FCB6E2E.70808@mariani.ws
Whole thread Raw
In response to UNICODE problem on 7.4 with COPY  ("Toby Doig" <toby@vibrantmedia.com>)
List pgsql-general
Toby Doig wrote:
...

>So, what is going wrong? Why can't I import this very simple unicode file?
>I've searched the archives and google, but to no avail.
>
>
try converting the file to utf-8.

iconv -t utf-8 -f utf-16 < unicode-file.txt > utf-8-file.txt




pgsql-general by date:

Previous
From: "B. van Ouwerkerk"
Date:
Subject: Re: PostgreSQL from a newcomers perspective
Next
From: Graham Leggett
Date:
Subject: Postgresql sql query - selecting rows outside a join