On Fri, Sep 30, 2011 at 1:41 PM, Scott Marlowe <scott.marl...@gmail.com> wrote:
> On Fri, Sep 30, 2011 at 1:39 PM, Cody Caughlan <tool...@gmail.com> wrote:
>> Its a Rails app and I do have:
>>   encoding: utf8
>
>
> Hmmm, if you try this does it work (mostly)?
>
> iconv -f utf-8 -t utf-8 -c < infile > outfile

If that doesn't work try:

iconv -f utf-8 -t utf-8//IGNORE -c < infile > outfile

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to