Autor: ND Data: Para: Pcre-dev Assunto: Re: [pcre-dev] Return last bumpalong offset in partial_hard matching
It's one more thing. I don't sure that this algorithm (keeping start with ovector[0]-max_lookbehind) will work right in unicode case. I don't strongly understand what will be happen. In documentation I read than max_lookbehind returns symbols (not bytes) amount.
Can you comment about correctness of this algorithm in unicode case?