Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants