Hi Tom, I am currently coordinating the efforts to create the fake intl implementation. Eriksen Costa and Igor Wiedler have already started to implement Locale, NumberFormatter and IntlDateFormatter. You can see the progress in their GitHub repos[1][2].
As Jordi said, we won't ResourceBundle in the fake implementations, but extracts of the ICU bundles for the "en" locale stored in .php files. We still need an implementation of Collator (and possibly MessageFormatter, I'm not sure here though). I'd appreciate if you could take over these jobs. Please also take a look at Eriksen's and Igor's test cases, they did a pretty good job testing their fake implementations against the intl implementation (and discovered some intl bugs along the road). Cheers, Bernhard -- Software Architect & Engineer Blog: http://webmozarts.com Twitter: http://twitter.com/webmozart [1] https://github.com/Infranology/symfony/tree/numberformatter [2] https://github.com/igorw/symfony/tree/intldateformatter -- 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
