Re: intl extension
[email protected] ("David M.") Mon, 21 Jan 2008 22:22:25 -0600
| Newsgroups | php.i18n |
|---|---|
| Message-ID | <[email protected]> |
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...