Parsing locale specific dates, currency, numbers

Malcolm Greene python at bdurham.com
Wed Apr 9 13:50:28 EDT 2008


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 other words, a module that will reverse the outputs of locale on a
locale specific basis.

Thanks!
Malcolm



More information about the Python-list mailing list