RE: [PHP-I18N] PHP support of Unicode?

[email protected] ("Andi Gutmans") Sun, 11 Oct 2009 09:55:10 -0700
Newsgroups php.i18n
Message-ID <[email protected]>
You may also want to check out http://pecl.php.net/package/intl
Works with PHP 5.2 and PHP 5.3 and delivers a lot of functionality
(assumes it receives UTF-8).
There's also an intro article on Zend's devzone about it
http://devzone.zend.com/article/4799-Internationalization-in-PHP-5.3

Andi