[pcre-dev] \b bug with extended Unicode characters?

Αρχική Σελίδα
Delete this message
Συντάκτης: Ralf Junker
Ημερομηνία:  
Προς: pcre-dev
Καινούρια Θέματα: Re: [pcre-dev] \b bug with extended Unicode characters?
Αντικείμενο: [pcre-dev] \b bug with extended Unicode characters?
Hi All,

it appears the word boundary anchor fails to work when it bounds a word using extended Unicode characters (PCRE 7.8, UTF-8 enabled):

ŐŰőű -> Matches
\bŐŰőű\b -> Fails
\bNAME\b -> Matches

Can anybody confirm this?

Ralf