--- In [email protected], "Sheri" <sheri...@...> wrote: > > Another unicode glitch, append_from_num is requiring multiple arguments > > local subj2u=unicode.new("Sheri") > subj2u.append_from_num(0x2154) ;;error
Sorry, try unicodePlugin0.73_090813.zip in http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ > Latest regex edition passes all the regexPlugintests and also a few unicode > handle tests (handles in pattern, subject and replacement). > If user doesn't have a unicode.dll, regexplugintest (which doesn't use any > unicode) runs marginally slower in both 206 and 207. 207 is running a little > slower than 206. If it were defaulting to no unicode and didn't need worry > about unicode.dll, I just thought it could be faster. > Following, each configuration ran a revised regexplugintest script that > essentially executed the series of tests 10 times. The script was processed > three times and the average time is presented. > > 206 w unicode.dll available: 46.9042 sec > > 206 NO unicode.dll: 47.3687 sec > > 207 w unicode.dll available: 47.221 sec > > 207 NO unicode.dll: 47.8337 sec Okay, I'll post up two versions later today: one that doesn;t call unicode, ever, and doesnt check for unicode handles. Another that checks for unicode handles, but only if the utf option has been specified (I'm right in thinking a unicode string can only work if "utf8" option specifed?)
