Stanislav Malyshev wrote:
I have released a beta version of the intl extension (ICU implementation). It is documented here:
http://docs.php.net/manual/en/book.intl.php
and can be installed either by downloading package from PECL:
http://pecl.php.net/package/intl
or just by running "pecl install intl".
Please try it!

This is great to have! :) As a developer writing considerable amounts of code that does this kind of stuff, it is nice to know that we can use this as an alternative to our own PHP based implementation.

P.S.
Any hope on getting case folding in there? ICU supports it :) It is useful from a security standpoint (making sure that usernames cannot be confused with others, etc.) If you do not have the time, I suppose I could make a patch for it...

--
PHP Unicode & I18N Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to