You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
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,
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
The text was updated successfully, but these errors were encountered: