rrobles9112 / jquery-formatcurrency

Automatically exported from code.google.com/p/jquery-formatcurrency
GNU General Public License v3.0
0 stars 0 forks source link

Unable to properly parse currency from India region #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When i used india. the methid asNumber({region:"en-IN"}) returns with 
0.34343 for the input of Rs. 34343.00 How can I resolve. 

Original issue reported on code.google.com by bdewe...@hotmail.com on 28 Nov 2009 at 3:19

GoogleCodeExporter commented 9 years ago
Added some checks to the regex that replaces the literal of the number symbol.  
Also 
added en-IN to the trunk to provide unit testing on this region as its a nice 
edge/test case.

Thanks poovarasanbe for the report

Original comment by bdewe...@hotmail.com on 28 Nov 2009 at 4:07