Re: [SPAM]-D] Re: [SPAM]-D] How to find broken UTF-8 characters ?

From: silly sad <sad(at)bankir(dot)ru>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SPAM]-D] Re: [SPAM]-D] How to find broken UTF-8 characters ?
Date: 2010-04-26 12:55:12
Message-ID: 4BD58D30.3040301@bankir.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

>>> How can I get rid of them?
>> iconv -c
> AFAIK iconv would translate on file system level but I would think that
> messed up a allready messed up Excel workmap even further.
> I'd be glad to handle csv, too.

pg_dump | iconv -c | psql

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Leif Biberg Kristensen 2010-04-27 11:43:48 regexp_replace and search/replace values stored in table
Previous Message Andreas 2010-04-26 12:41:36 Re: [SPAM]-D] How to find broken UTF-8 characters ?