Closed GoogleCodeExporter closed 8 years ago
That's because the original script assume that the input number is in the same
format
you expect as output.
This means that with the decimalSymbol equal to ',' you have to provide a
number with
comma as decimal separator to the function in order to make it works correctly.
This is what I found it out looking a bit at the code.
Original comment by morpheus...@gmail.com
on 25 Nov 2009 at 3:21
morpheus.mytux is correct the input and output formats are expected to be the
same.
I'm putting this issue into an invalid state for now. Please repond with more
details if this should be fixed
Original comment by bdewe...@hotmail.com
on 28 Nov 2009 at 2:53
Correction, after evaluating Issue 13 further I decided to put a isNaN check
in.
This fixes this issue as well.
Original comment by bdewe...@hotmail.com
on 28 Nov 2009 at 3:29
Original issue reported on code.google.com by
jf.tur...@gmail.com
on 20 Oct 2009 at 8:16