On Fri, Sep 30, 2011 at 1:41 PM, Scott Marlowe <scott.marlowe@xxxxxxxxx> wrote: > On Fri, Sep 30, 2011 at 1:39 PM, Cody Caughlan <toolbag@xxxxxxxxx> 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@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general