Re: Unicode support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Unicode support
Дата
Msg-id 200904142119.23394.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Unicode support  (Greg Stark <stark@enterprisedb.com>)
Список pgsql-hackers
On Tuesday 14 April 2009 18:49:45 Greg Stark wrote:
> What's really at issue is "what is a string?". That is, it a sequence
> of characters or a sequence of code points.

I think a sequence of codepoints would be about as silly a definition as the 
antiquated notion of a string as a sequence of bytes.

> If it's the former then we
> would also have to prohibit certain strings such as U&'\0301'
> entirely. And we have to make substr() pick out the right number of
> code points, etc.

Sure enough.  That all goes along with what the original poster was saying.


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: proposal: add columns created and altered topg_proc and pg_class
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Unicode support