------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=897 Philip Hazel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from Philip Hazel <[email protected]> 2010-05-18 16:51:16 --- I have just committed a patch that adds a new option PCRE_UCP to provide the facility you want. I did it a completely different way to what we previously discussed. I added new artificial properties to match "words" and other things, and then, when PCRE_UCP is set, I made pcre_compile() replace \w, \d, etc. with \p or \P, using these new properties. This works well, is a much smaller change to the code, and does not affect performance when PCRE_UCP is not set. -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
