Re: UNICODE characters above 0x10000

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UNICODE characters above 0x10000
Дата
Msg-id 22427.1091817417@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: UNICODE characters above 0x10000  ("John Hansen" <john@geeknet.com.au>)
Список pgsql-hackers
"John Hansen" <john@geeknet.com.au> writes:
> Attached, as promised, small patch removing the limitation, adding
> correct utf8 validation.

Surely this is badly broken --- it will happily access data outside the
bounds of the given string.  Also, doesn't pg_mblen already know the
length rules for UTF8?  Why are you duplicating that knowledge?

            regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "J. Andrew Rogers"
Дата:
Сообщение: Re: PostgreSQL as an application server
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: CVS comment