Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Unicode support #613

Open
sandeepone opened this issue Nov 21, 2013 · 2 comments
Open

Better Unicode support #613

sandeepone opened this issue Nov 21, 2013 · 2 comments

Comments

@sandeepone
Copy link
Member

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

@sergeyklay
Copy link
Contributor

fine! :)

@nicolas-grekas
Copy link

You should look at symfony/polyfill-* packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants