Re: lujit - Malformed number
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lujit - Malformed number
- From: Leo Razoumov <slonik.az@...>
- Date: Tue, 7 Sep 2010 05:18:19 -0400
On 2010年09月04日, Mike Pall <mikelu-1009@mike.de> wrote:
> Anyway, since the only popular decimal point besides '.' is ',',
> I could add a heuristic workaround for that.
Mike,
will your heuristic handle the case when ',' is used to separate
groups of three digits for better readability and '.' as a decimal
separator like in the following exmple?
123,456,789.554433
--Leo--