News Feed
Jobs Feed
Sections




News Archive
Project:
Patchwork-UTF8 - UTF8 Support for PHP
January 27, 2012 @ 11:38:40

Nicolas Grekas has shared another tool that he's pulled out of his "Patchwork" framework to make it a stand-alone tool: the Patchwork-UTF8 helper that provides matching functions to those PHP already has for regular strings, but a little smarter to work with UTF8 correctly.

The PatchworkUtf8 class implements the quasi complete set of string functions that need UTF-8 grapheme clusters awareness. These functions are all static methods of the PatchworkUtf8 class. The best way to use them is to add a use PatchworkUtf8 as u; at the beginning of your files, then when UTF-8 awareness is required, prefix by u:: when calling them.

In the README for the tool he talks about the functions included in the current release that match PHP's string functions as well as some additional methods like "isUtf8", "bestFit" and "strtocasefold". It relies on the mbstring, iconv and intl extensions being installed, and if they aren't, it falls back to other functionality (list of those methods included).

0 comments voice your opinion now!
utf8 support string patchwork framework helper mbstring iconv intl


blog comments powered by Disqus

Similar Posts

The Bakery: Latest Articles, Tutorials and Components

Adminxweb.com: PHP Frameworks Benchmarked: Here Are the Results

DotVoid.com: Parsing the user agent string using PHP

Carsten Lucke's Blog: Debugging PHP with free tools (PDT + XDebug2)

Utah PHP Users Group: Model-view-controller frameworks


Community Events









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


code phpunit release development language database event podcast introduction unittest example opinion zendframework2 composer object community tool interview framework testing

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