Re: Parsing locale specific dates, currency, numbers

2008-04-09 Thread Jarek Zgoda
Malcolm Greene pisze: > The locale module provides the ability to format dates, currency and > numbers according to a specific locale. > > Is there a corresponding module for parsing locale's output to convert > locale formatted dates, currency, and numbers back to their native data > types on the

Parsing locale specific dates, currency, numbers

2008-04-09 Thread Malcolm Greene
The locale module provides the ability to format dates, currency and numbers according to a specific locale. Is there a corresponding module for parsing locale's output to convert locale formatted dates, currency, and numbers back to their native data types on the basis of a specified locale? In