cms
cms copied to clipboard
Better Unicode support
Since php 5.3 intl extention is supported for unicode. Looking for a lightweight library to use the native extensions exist or use the fallback methods if the server doesn't support.
A portability layer for mbstring, iconv, and intl Normalizer and grapheme_* functions,
https://github.com/zendframework/zf2/blob/master/library/Zend/Stdlib/StringUtils.php https://github.com/nicolas-grekas/Patchwork-UTF8 http://pageconfig.com/post/portable-utf8 https://code.google.com/p/php5-utf8/ https://github.com/corpsee/php-utf-8 https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Utility!Unicode.php/class/Unicode/8
fine! :)
You should look at symfony/polyfill-* packages