lua-users home
lua-l archive

Re: 5.2 on android

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> - ls->decpoint = getlocaledecpoint();
> + ls->decpoint = '.';
Instead of patching the Lua source, add this at the end of luaconf.h:
#define getlocaledecpoint() '.' 

AltStyle によって変換されたページ (->オリジナル) /