On 10/26/05, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> wrote: > > iconv -c -f UTF8 -t UTF8 > recode UTF-8..UTF-8 < dump_in.sql > dump_out.sql I've got a file with characters that pg won't accept that recode does not fix but iconv does. Iconv is fine for my application, so I'm just posting to the list so that anyone looking for why recode didn't work for them will find the suggestion to use iconv.