boursorama: parse categories and date

This commit is contained in:
Gabriel Kerneis 2012-04-01 14:30:13 +02:00
commit ee59891f62
2 changed files with 21 additions and 10 deletions

View file

@ -40,7 +40,7 @@ class FrenchTransaction(Transaction):
Clean a string containing an amount.
"""
return text.replace(' ', '').replace('.','') \
.replace(',','.').strip(u' \t\u20ac\xa0\n\r')
.replace(',','.').strip(u' \t\u20ac\xa0\x80\n\r')
def set_amount(self, credit='', debit=''):
"""