--- In [email protected], "Sheri" <sheri...@...> wrote: > > Seems like driving it off the "utf8" option is the most correct approach.
Yeah. >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. ? I need to think that out. Get back to you.
