Re: pgsql cannot read utf8 files moved from windows correctly! - Mailing list pgsql-general

From Trevor Talbot
Subject Re: pgsql cannot read utf8 files moved from windows correctly!
Date
Msg-id 90bce5730712231407p42ac0d61x8f638fd13ffec75b@mail.gmail.com
Whole thread Raw
In response to Re: pgsql cannot read utf8 files moved from windows correctly!  ("Martin Gainty" <mgainty@hotmail.com>)
List pgsql-general
On 12/23/00, Martin Gainty <mgainty@hotmail.com> wrote:

> the specifics..
>
> Some byte oriented protocols expect ASCII characters at the beginning of a
> file.
> If UTF-8 is used with these protocols, use of the BOM as encoding form
> signature should be avoided.

Sure, but that isn't true of generic text files, which is one of the
major applications of a UTF-8 BOM. Especially when said text files are
being fed to something that understands multiple encodings. The other
items on that page say as much...

pgsql-general by date:

Previous
From: "Martin Gainty"
Date:
Subject: Re: pgsql cannot read utf8 files moved from windows correctly!
Next
From: Richard Broersma Jr
Date:
Subject: Re: Constraint Trigger's referenced_table