Name: Anonymous 2011-05-03 17:15
What languages support international number parsing? For example faggot French "1.234.567,89" style (that's "1234567.89" just to be clear).
I'm looking to use FIOC, I can't find jack shit about it in the documentation, so I'll probably
I'm looking to use FIOC, I can't find jack shit about it in the documentation, so I'll probably
str.replace('.','').replace(',','.') and call it a day, but that doesn't feel Satori.