confusing invalid UTF8 byte sequence error - Mailing list pgsql-hackers

From Peter Eisentraut
Subject confusing invalid UTF8 byte sequence error
Date
Msg-id 1314533083.4516.4.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: confusing invalid UTF8 byte sequence error
List pgsql-hackers
Has anyone else ever found this error message confusing:

ERROR:  22021: invalid byte sequence for encoding "UTF8": 0xdb24

I think what is really meant is better expressed like this:

ERROR:  22021: invalid byte sequence for encoding "UTF8": 0xdb 0x24

Otherwise it looks like a codepoint or a 16-bit word (endianness?) or
who knows what.




pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: Inputting relative datetimes
Next
From: Tom Lane
Date:
Subject: Re: spinlocks on HP-UX