[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tonumber metamethod?
- From: Romulo Bahiense <romulo@...>
- Date: Fri, 03 Jun 2005 11:33:54 -0300
Can't this be handled by setting a german locale?
In my last attempt to handle numerical input, I setted the locale to
pt_BR and voila, the parser stopped handling numeric constants :(
I wish Lua had it's own neutral locale - just like any other language -
but I know this is probably not gonna happen, although It would be good
anyway.
--rb