cms icon indicating copy to clipboard operation
cms copied to clipboard

Better Unicode support

Open sandeepone opened this issue 11 years ago • 2 comments

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

sandeepone avatar Nov 21 '13 16:11 sandeepone

fine! :)

sergeyklay avatar Nov 21 '13 22:11 sergeyklay

You should look at symfony/polyfill-* packages

nicolas-grekas avatar Nov 24 '15 09:11 nicolas-grekas