confusing invalid UTF8 byte sequence error

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема confusing invalid UTF8 byte sequence error
Дата
Msg-id 1314533083.4516.4.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: confusing invalid UTF8 byte sequence error  (Valentine Gogichashvili <valgog@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: Inputting relative datetimes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: spinlocks on HP-UX