Linked by Kroc Camen on Sat 20th Dec 2008 17:54 UTC
Thread beginning with comment 340932
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
RE: Intl - icu integration
by wanker90210 on Mon 22nd Dec 2008 10:35
in reply to "Intl - icu integration"
For the last year or two I've had my site ran with php compiled with --enable-zend-multibyte and the rest of the stack (http, db, text files, ...) in UTF-8. Naturally it doesn't solve direction ltr and rtl issues, but I never have to bother about encodings.
I don't see the purpose of this unicode extension, to be honest, apart from perhaps solving 3.141'593 vs 3,141593 issues.






Member since:
2006-12-19
Your reviewer (and both IBM articles) fail to mention the new Unicode handling extension in 5.3 which is based on ICU (http://www.icu-project.org/, http://www.php.net/manual/en/book.intl.php). Fancy pants language gimmicks always get the fan-bhoys up in arms, but as a PHP pro I'd say that this Unicode stuff will improve the platform much more. Just think, even OSNews might be able to sort out their character encoding issues ;-)