Christophe Pettus <x...@thebuild.com> writes:
> I find myself needing to regularly import data encoded as Mac OS Roman  
> (yes, it is coming from an Macintosh OS 9 system) into a UTF-8  
> PostgreSQL database.  Any advice on how to do so, since Mac OS Roman  
> is (reasonably enough) not one of PG's standard character encodings?

Maybe iconv knows about it?  Or it might be that it's close enough to
ISO 8859-something that you could get away with pretending it's that.

                        regards, tom lane

-- 
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