Re: [HACKERS] Regex code versus Unicode chars beyond codepoint 255

2012-02-17 Thread David Smith
on 2010-11-24 at 15:56, Tom Lane wrote: > Bug #5766 points out that we're still not there yet in terms of having > sane behavior for locale-specific regex operations in Unicode > encoding. The reason it's not working is that regc_locale does this to > expand the set of characters that are conside

[HACKERS] Regex code versus Unicode chars beyond codepoint 255

2010-11-24 Thread Tom Lane
Bug #5766 points out that we're still not there yet in terms of having sane behavior for locale-specific regex operations in Unicode encoding. The reason it's not working is that regc_locale does this to expand the set of characters that are considered to match [[:alnum:]] : /* *