Re: Invalid sequence for encoding UTF8 0xe86974

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "JPH Software Holec" <holec(at)jphsw(dot)cz>,<pgsql-docs(at)postgresql(dot)org>
Subject: Re: Invalid sequence for encoding UTF8 0xe86974
Date: 2012-02-28 17:31:30
Message-ID: 4F4CBB120200002500045C8B@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

"Holec, JPH Software" <holec(at)jphsw(dot)cz> wrote:

> pg_read_file('pg_log... gives me this report and 0xe86974 doesn't
> know Google...

It would be an odd web page which listed all the values which are
not valid as character encodings in any particular encoding scheme.

> Can You help me?

Questions like this belong on the pgsql-general list; this one is
for discussions about documentation.

> PG 8.4.9 on Windows, database UTF8 and client also Windows... and
> except pg_read_file everything works fine...

You are trying to read a file as text, which is character based.
You are using UTF8 and the file contains data which is not a valid
UTF8 code point.

-Kevin

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Holec, JPH Software 2012-02-28 18:22:37 Re: Invalid sequence for encoding UTF8 0xe86974
Previous Message Holec, JPH Software 2012-02-28 17:12:30 Invalid sequence for encoding UTF8 0xe86974