Package Information |
Summary |
ecma_intl is an i18n and l10n extension for PHP |
Maintainers |
Ben Ramsey <
ramsey at php dot net >
(lead)
[details]
|
License |
BSD-3-Clause |
Description |
ecma_intl is a PHP implementation of the ECMA-402 11th Edition
Internationalization API Specification. |
Release notes
Version 0.1.0
(alpha)
|
Initial release with initial functionality ported from ECMA-402:
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf() - Ecma\Intl\Category enum to pass to Intl::supportedValuesOf() - Ecma\Intl\Locale to represent Unicode locales - Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale - Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale - Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale |