News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
PHP UTF-8 0.1
February 28, 2006 @ 06:54:57

In this post from the SitePoint PHP Blog, Harry Fuecks talks about a new package of software he's worked up to make it possible for PHP to handle UTF-8 encoded strings - PHP UTF-8.

Been messing around with bits of this code for a long time, in fact since first really getting to grips with Dokuwiki, but finally got the first release out.

PHP UTF-8 is intended to make it possible to handle UTF-8 encoded strings in PHP, without requiring the mbstring extension (although it uses mbstring if it's available). In short, it provides versions of PHP's string functions (pretty much everything you'll find on this list), prefixed with utf_ and aware of UTF-8 encoding (that 1character >= 1 byte). It also gives you some tools to help check UTF-8 strings for "well formedness", strip bad sequences and some "ASCII helpers".

He continues the post, mentioning where some of the code for it was pulled from and a note about the documentation (there, but scarce). He also includes a warning for the use of it - not to use it "blindly" and only to use it when you need it, not to replace the standard PHP str_* functions.

2 comments voice your opinion now!
sitepoint utf-8 mbstring handle string encoded sitepoint utf-8 mbstring handle string encoded


blog comments powered by Disqus

Similar Posts

Elizabeth Smith\'s Blog: String Class (Kal_String)

David Sklar's Blog: Fast Multiple String Replacement in PHP

Evert Pot's Blog: Preventing XSS in Javascript strings

Sara Golemon's Blog: How long is a piece of string?

Project: Patchwork-UTF8 - UTF8 Support for PHP


Community Events











Don't see your event here?
Let us know!


example testing release language introduction tool podcast composer zendframework2 functional interview series object development code unittest conference framework opinion community

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