[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.2 on android
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 13 Aug 2012 07:33:50 -0300
> - ls->decpoint = getlocaledecpoint();
> + ls->decpoint = '.';
Instead of patching the Lua source, add this at the end of luaconf.h:
#define getlocaledecpoint() '.'