Mercurial > babel > old > babel-test
diff ChangeLog @ 403:dc2f49f83087
Strip locale modifiers when parsing (#136), and treat 'C' and 'POSIX' as aliases for 'en_US_POSIX'.
author | cmlenz |
---|---|
date | Wed, 06 Aug 2008 10:20:49 +0000 |
parents | 3510257d57d3 |
children | b46081c35877 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,11 @@ * Fixed quarter support in date formatting. * Fixed a serious memory leak that was introduces by the support for CLDR aliases in 0.9.3 (ticket #128). + * Locale modifiers such as "@euro" are now stripped from locale identifiers + when parsing (ticket #136). + * The system locales "C" and "POSIX" are now treated as aliases for + "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to + Manlio Perillo for the suggestion. Version 0.9.3