Re: Regexps vs. locale

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regexps vs. locale
Дата
Msg-id 4189.1228931552@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regexps vs. locale  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
Andrew Gierth <andrew@tao11.riddles.org.uk> writes:
> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:
>  Tom> It's not so much intentional as that no one has gotten around to
>  Tom> making it work.  The difficulty is that the wide-char codes we
>  Tom> are using might not match what the <wctype.h> functions expect,
>  Tom> and it's unclear what we could do to fix that.

> Couldn't we follow the example of lower(), and convert the string to
> wchar_t using mbstowcs (rather than pg_wchar_t and pg_mb2wchar)?

Possibly.  I think we did not have the char2wchar() infrastructure
when the regexp stuff was last gone over, so it might be more practical
to do that now.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP: default values for function parameters
Следующее
От: Tom Lane
Дата:
Сообщение: Re: benchmarking the query planner