Re: BUG #3433: regexp \m and \M don't work for cyrillic

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3433: regexp \m and \M don't work for cyrillic
Дата
Msg-id 2035.1183822256@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3433: regexp \m and \M don't work for cyrillic  ("Andriy Rysin" <arysin@gmail.com>)
Ответы Re: BUG #3433: regexp \m and \M don't work for cyrillic  ("Andriy Rysin" <arysin@gmail.com>)
Список pgsql-bugs
"Andriy Rysin" <arysin@gmail.com> writes:
> escaping specials in regular expressions \m and \M for beginning of word and
> end of word work for latin symbols bug don't for cyrillic

Sorry, the locale-specific regex features only work on single-byte
characters at the moment.  In any case you'd need to be using a Russian
locale (maybe you are, but you didn't say).  I'd expect this feature
to work with Cyrillic letters in ru_RU locale + KOI8 encoding, but not
elsewhere.

            regards, tom lane

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

Предыдущее
От: "Andriy Rysin"
Дата:
Сообщение: BUG #3433: regexp \m and \M don't work for cyrillic
Следующее
От: "Andriy Rysin"
Дата:
Сообщение: Re: BUG #3433: regexp \m and \M don't work for cyrillic