Re: [GENERAL] Finding bad bye in "invalid byte sequence" error

2007-12-14 Thread Adrian Klaver
On Thursday 13 December 2007 10:38 am, robert wrote: > Hi all, > > I'm trying to hack my inserts script from mssql to work with postgres > 8.1.9 - I can upgrade if need be. I'm getting this error: > > psql -h localhost atdev < fuk2.sql > ERROR: invalid byte sequence for encoding "UTF8": 0xe1204f >

Re: [GENERAL] Finding bad bye in "invalid byte sequence" error

2007-12-14 Thread Tom Lane
robert <[EMAIL PROTECTED]> writes: > I'm getting this error: > psql -h localhost atdev < fuk2.sql > ERROR: invalid byte sequence for encoding "UTF8": 0xe1204f > HINT: This error can also happen if the byte sequence does not match > the encoding expected by the server, which is controlled by > "c

Re: [GENERAL] Finding bad bye in "invalid byte sequence" error

2007-12-14 Thread Douglas McNaught
On 12/13/07, robert <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying to hack my inserts script from mssql to work with postgres > 8.1.9 - I can upgrade if need be. I'm getting this error: > > psql -h localhost atdev < fuk2.sql > ERROR: invalid byte sequence for encoding "UTF8": 0xe1204f > HINT:

[GENERAL] Finding bad bye in "invalid byte sequence" error

2007-12-14 Thread robert
Hi all, I'm trying to hack my inserts script from mssql to work with postgres 8.1.9 - I can upgrade if need be. I'm getting this error: psql -h localhost atdev < fuk2.sql ERROR: invalid byte sequence for encoding "UTF8": 0xe1204f HINT: This error can also happen if the byte sequence does not ma