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

2007-07-07 Thread Andriy Rysin
2007/7/7, Tom Lane <[EMAIL PROTECTED]>: "Andriy Rysin" <[EMAIL PROTECTED]> 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 charac

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

2007-07-07 Thread Tom Lane
"Andriy Rysin" <[EMAIL PROTECTED]> 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