--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:

> >However utf8 is (for pcre) a compile-time only option. Unicode handles are 
> >not currently working as arguments for compiled regex pattern handles 
> >because its erroneous to set the utf8 option on those services. If included 
> >on one you get an error, e.g., 
> > 
> > ERROR: regex.pcreReplace: Option incomprehensible: utf8
> > 
> > Error occurred near line 103 of script badunicoderegex:
> > local test=rxpat.pcrereplace(subj2u, repl2u, "utf8")
> > 
> > Maybe the plugin could be changed to observe but discard the option in the 
> > handle form of a pcreservice. ?
 
Sounds like it has two "utf8" has two purposes now: it's a compile-time flag; 
and it's an indicator that a unicode handle may be present in any text field 
(subject, pattern, replacement.   I'll parse it accordingly (so if present it's 
used for any compile operation, never for any call to pcre_exec...that sound 
right?)


 

Reply via email to