Re: Change server encoding after the fact - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Change server encoding after the fact
Date
Msg-id CAOR=d=3VvVpVHYi2rxGObOUpkDYpbbm1GSaQc19PyMXdzumtrQ@mail.gmail.com
Whole thread Raw
In response to Re: Change server encoding after the fact  (Cody Caughlan <toolbag@gmail.com>)
Responses Re: Change server encoding after the fact  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Change server encoding after the fact  (Cody Caughlan <toolbag@gmail.com>)
List pgsql-general
On Fri, Sep 30, 2011 at 1:39 PM, Cody Caughlan <toolbag@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

pgsql-general by date:

Previous
From: Cody Caughlan
Date:
Subject: Re: Change server encoding after the fact
Next
From: Scott Marlowe
Date:
Subject: Re: Change server encoding after the fact