--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote:
> Oops, somehow that line got lost, sorry about that! No problem. So everything appears okay with unicode now? > BTW, would it be feasible to remove auto-loading of unicode from regex > plugin? Instead of giving a unicode handle as subject (for > regex.pcre_functions), it is straightforward to use unicode.to_utf8(handle) > instead. The possibility to use the actual handle was never documented, so I > highly doubt anyone is using that feature. Even if the feature is retained, > the user would obviously need to use the unicode plugin (and thereby load it > him or herself) in order to create the unicode handle/string wanted for use > as a regex subject. Sure, pretty easy to do. Only thing lost is sanity check (making sure if a handle is presented, user has provided PCRE_UTF8 option too).
