Mercurial > babel > old > mirror
comparison ChangeLog @ 405:209a1ec1ee38
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 | 3bfce5e0030d |
children | b69105958843 |
comparison
equal
deleted
inserted
replaced
404:7a3ab3e0dcb0 | 405:209a1ec1ee38 |
---|---|
14 * Currency symbol definitions that is defined with choice patterns in the | 14 * Currency symbol definitions that is defined with choice patterns in the |
15 CLDR data are no longer imported, so the symbol code will be used instead. | 15 CLDR data are no longer imported, so the symbol code will be used instead. |
16 * Fixed quarter support in date formatting. | 16 * Fixed quarter support in date formatting. |
17 * Fixed a serious memory leak that was introduces by the support for CLDR | 17 * Fixed a serious memory leak that was introduces by the support for CLDR |
18 aliases in 0.9.3 (ticket #128). | 18 aliases in 0.9.3 (ticket #128). |
19 * Locale modifiers such as "@euro" are now stripped from locale identifiers | |
20 when parsing (ticket #136). | |
21 * The system locales "C" and "POSIX" are now treated as aliases for | |
22 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | |
23 Manlio Perillo for the suggestion. | |
19 | 24 |
20 | 25 |
21 Version 0.9.3 | 26 Version 0.9.3 |
22 http://svn.edgewall.org/repos/babel/tags/0.9.3/ | 27 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
23 (Jul 9 2008, from branches/stable/0.9.x) | 28 (Jul 9 2008, from branches/stable/0.9.x) |