Re: 5.2 on android
[
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: 2012年8月13日 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() '.'