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

From Martin Gainty
Subject Re: pgsql cannot read utf8 files moved from windows correctly!
Date
Msg-id BAY108-DAV58C59F250496CFF3F38C1AE580@phx.gbl
Whole thread Raw
In response to pgsql cannot read utf8 files moved from windows correctly!  ("bookman bookman" <bookmanb@gmail.com>)
Responses Re: pgsql cannot read utf8 files moved from windows correctly!
List pgsql-general
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.

M--

----- Original Message -----
From: "Trevor Talbot" <quension@gmail.com>
To: <pgsql-general@postgresql.org>
Sent: Sunday, December 23, 2007 1:55 PM
Subject: Re: [GENERAL] pgsql cannot read utf8 files moved from windows
correctly!


> On 12/23/07, Martin Gainty <mgainty@hotmail.com> wrote:
>
> > it seems the use of BOM in UTF-8 is discouraged
> > http://unicode.org/faq/utf_bom.html#BOM
>
> Where do you see it being discouraged?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Constraint Trigger's referenced_table
Next
From: "Trevor Talbot"
Date:
Subject: Re: pgsql cannot read utf8 files moved from windows correctly!