News Feed
Jobs Feed
Sections




News Archive
Vinu Thomas' Blog:
mbstring Functions by default in PHP
July 18, 2008 @ 07:57:16

In a new post to his blog, Vinu Thomas talks about a set of functions that can make your life easier when handling unicode strings - the mb_* methods of the mbstring extension.

When dealing with multiple languages and internalization in PHP, some of the default functions in PHP end up mangling up the unicode characters in PHP. This is evident when you have a lot of funny looking characters coming up on your web page instead of the actual characters. [...] There is an extensions called mbstring which you can install in PHP which gives you a set of functions which are unicode ( actually multibyte ) ready.

He mentions some of the replacements like mb_send_mail instead o fmail and mb_strlen instead of the usual strlen. Thankfully, there's a simple way to make use of these functions without having to replace a lot of code - a setting in your php.ini (mbstring.func_overload) that tells your application to seamlessly replace things behind the scenes.

0 comments voice your opinion now!
mbstring function utf8 unicode multibyte replace


blog comments powered by Disqus

Similar Posts

Community News: OgoProject Wants to Clean Up PHP

Zend Developer Zone: 30 Minutes With Wez Furlong

Johannes Schluter's Blog: Improvements for PHP application portability in PHP.next

Ian Selby's Blog: Dynamically Add Functions to PHP Classes

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses


Community Events











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


phpunit functional framework symfony2 rest interview database testing usergroup series unittest conference zendframework2 community release podcast development introduction opinion language

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