[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tonumber metamethod?
- From: "Aaron Brown" <aaron-lua@...>
- Date: Fri, 3 Jun 2005 10:46:41 -0400
Markus wrote:
> Well, tonumber accepts only numbers like "42.23", not
> "1,042.23" or "1.032,42" (german number format).
lhf wrote:
> Can't this be handled by setting a german locale?
That would mean that all literal numbers in the concerned
source code would need to be integers, right?
<http://www.lua.org/pil/22.2.html>
--
Aaron