Hi, I patched UtfNormal.php to use the new intl extension's normalization function, http://php.net/manual/en/normalizer.normalize.php
But running UtfNormalTest.php causes 200+ errors, whilst the PHP normalization routines are error free.
So kind at a standstill wondering what the problem is. I guess WM use utf8_normalize() which is based on ICU like intl, does than have the same errors?
Jared