Re: Mac OS Roman import? - Mailing list pgsql-general

From Tom Lane
Subject Re: Mac OS Roman import?
Date
Msg-id 13034.1255992459@sss.pgh.pa.us
Whole thread Raw
In response to Mac OS Roman import?  (Christophe Pettus <xof@thebuild.com>)
Responses Re: Mac OS Roman import?  (Scott Ribe <scott_ribe@killerbytes.com>)
List pgsql-general
Christophe Pettus <xof@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

pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Mac OS Roman import?
Next
From: Scott Ribe
Date:
Subject: Re: Mac OS Roman import?