News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Make Me Pulse Blog:
PHP6, Unicode and TextIterator features
0 comments :: posted Friday March 14, 2008 @ 09:32:34
voice your opinion now!

On the Make Me Pulse blog, there's a look at PHP6's support of Unicode in the SPL (Standard PHP Library) TextIterator handler.

I've just install the last version of PHP6 dev and I've decided to test the famous new feature, the PHP Unicode Support. I will not explain new things about PHP6 or Unicode or TextIterator, it's just my discoveries test on this features.

He steps through the process he followed - enabling Unicode support, testing various output methods (including just an echo and using the TextIterator) as well as some of the manipulation methods (next/first/current) that can be used to get certain characters out of a string.

tagged with: php6 unicode textiterator spl standard php library enable


SitePoint PHP Blog:
Hot PHP UTF-8 tips
0 comments :: posted Thursday August 10, 2006 @ 14:50:03
voice your opinion now!

Following up on some of his previous posts to the SitePoint PHP Blog, Harry Fuecks has posted this quick guide with some "hot UTF-8 tips" to share with the community.

As a result of all the noise about UTF-8, got an email from Marek Gayer with some very smart tips on handling UTF-8. What follows is a discussion illustrating what happens when you get obsessed with performance and optimizations (be warned - may be boring, depending on your perspective).

He talks mainly about using the native PHP functionality to avoid the mbstring issues that could arise by restricting locale behavior and using a fast case conversion function to handle strings correctly. The other tip involves delivery methods to those not able to recieve UTF-8 formatted content - checking their character set and responding accordingly.

tagged with: utf8 tips mbstring native php locale behavior case conversion character set utf8 tips mbstring native php locale behavior case conversion character set


code releases ajax framework database package PEAR conference cakephp mysql PHP5 book pecl application job security zend developer release zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework