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

Kezdőlap
Üzenet törlése
Szerző: Ralf Junker
Dátum:  
Címzett: pcre-dev
Új témák: Re: [pcre-dev] \b bug with extended Unicode characters?
Tárgy: [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