Hi Nicholas, interesting library, but IMHO you are in a license violation. e.g. the data from transilit.def is taken from iconv and is licensed under LGPL. You reformatted the data into the php serialized format and re-licensed it under the APL 2.0 license.
Regards, M On Thursday, August 9, 2012 9:10:57 AM UTC+2, Nicolas Grekas wrote: > > Hi guys, > > I just discovered the Locale Component and its stub intl implementation, > so I though you might be interested in knowing about Patchwork > UTF-8<https://github.com/nicolas-grekas/Patchwork-UTF8> > . > > Patchwork UTF-8 provides both a portability layer for Unicode handling in > PHP and a class that mirrors the quasi complete set of native string > functions, enhanced to UTF-8 grapheme clusters awareness. It provides a > pure PHP compatibility implementation for intl's Normalizer class and > grapheme_* functions, but also for most functions of the mbstring and iconv > extensions. > > As I didn't work towards some sort of Symfony integration, you'll see that > many things differs from your standards (licence, CS, file layout, etc.). > These aspects put aside for now, do you see any interest in including this > code to Symfony Locale Component? > > Regards, > Nicolas > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
