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

Inizio della pagina
Delete this message
Autore: Ralf Junker
Data:  
To: pcre-dev
Nuovi argomenti: Re: [pcre-dev] \b bug with extended Unicode characters?
Oggetto: [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