Re: Is this encoding error correct/possible? - Mailing list pgsql-jdbc

From Marc Herbert
Subject Re: Is this encoding error correct/possible?
Date
Msg-id 87irxwmw1b.fsf_-_@meije.emic.fr
Whole thread Raw
In response to Is this error correct/possible?  (Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl>)
List pgsql-jdbc
Joost Kraaijeveld <J.Kraaijeveld@Askesis.nl> writes:

> On Tue, 2005-08-23 at 09:55 -0500, Kris Jurka wrote:
>> Yes, but this requires a dump and restore.  Additionally since you have
>> some non-unicode data in there, it may require running something like
>> iconv over the data before reloading it.  This can be especially messy if
>> you've got multiple encodings in there already.  It all depends on the
>> uniformity of your existing data.

> Can you give me a pointer where I can find any info about such
> procedure?

GNU recode is a simple but great tool to convert text files, you may
find it useful.  It seems to be similar to iconv in purpose (I don't
know iconv).


pgsql-jdbc by date:

Previous
From: Joost Kraaijeveld
Date:
Subject: Re: Is this error correct/possible?
Next
From: "Kevin Grittner"
Date:
Subject: Re: Is this error correct/possible?