Bug non break space.
maranqz opened this issue · comments
Ilia Sergunin commented
Some store show price with non-break space and parser return None.
Konstantin Lopuhin commented
could you please provide some sample input @maranqz?
Ilia Sergunin commented
from price_parser import Price
price = Price.fromstring("1 298,00") # 1 298,00
print(price.amount)