Re: Case-Insensitve Text Comparison

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Case-Insensitve Text Comparison
Дата
Msg-id 3319.1212383935@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Case-Insensitve Text Comparison  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: Case-Insensitve Text Comparison
Список pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> On Jun 1, 2008, at 21:08, Tom Lane wrote:
>> Okay ... according to whose locale?

> I'm using C. Of course you're correct that it depends on the locale, I  
> always forget that. But does not the Unicode standard offer up some  
> sort locale-independent case-insensitivity, so that it gets it right  
> some large percentage of the time?

Not really, and in any case the C locale completely disables any
knowledge of Unicode.  C locale knows about 7-bit ASCII and nothing
more.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: Case-Insensitve Text Comparison
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Overhauling GUCS