Re: Using psql -f to load a UTF8 file

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Using psql -f to load a UTF8 file
Date: 2012-09-21 04:39:08
Message-ID: 505BEF6C.9000509@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/20/12 10:27 AM, Alan Millington wrote:
> I am using Notepad, which inserts the byte order mark. Following the
> links a bit further, I gather that the version of Notepad that I am
> using may not identify a UTF8 file correctly if the byte order mark is
> omitted. Also, as I mentioned, Python makes use of it. (From the
> Python documentation on Encoding declarations: "If the first bytes of
> the file are the UTF-8 byte-order mark ('\xef\xbb\xbf'), the declared
> file encoding is UTF-8 (this is supported, among others, by
> Microsoft’s Notepad).")

I've never seen Notepad generate UTF8. Usually its either 8 bit ASCII
(ISO8559-1 or something), or its UTF16 aka "Unicode".

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Angelico 2012-09-21 05:30:00 Re: Using psql -f to load a UTF8 file
Previous Message Chris Travers 2012-09-21 04:00:21 Re: foreign key from array element