Hi Tom, I basically agree. My plan is to create an interface for all of intl's classes that we use and provide two implementations: One that uses the intl class internally and another that imitates a subset of the intl class's behaviour for the "en" locale.
Example: NumberFormatterInterface -> outlines all methods and constants from \NumberFormatter NumberFormatter -> implements the above interface and uses \NumberFormatter internally SimpleNumberFormatter -> independent of intl, behaves like \NumberFormatter with locale "en". Only the most important functionality should be implemented here. Let me know if you want to work on this. You can sign up onto Pivotal Tracker and grab a ticket if you like. Eriksen Costa also wants to work on this, so you should coordinate your efforts. https://www.pivotaltracker.com/projects/130524 Cheers, Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart -- 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
