This does not work out of the box as is.
1. I had to change many of the pcre regular expressions from the form [:xxx:] to [[:xxx:]].
2. After this change, PCRE did not recognize [[:wbreak:]]. I had to convert it to [[:space:]].
I think a simple sed script could fix this quickly.
2010-01-03 12:31:17 UTC by nobody