aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua/llex.cpp
AgeCommit message (Collapse)Author
2011-05-20SWORD25: Don't assume that all locales use decimal pointeriktorbjorn
The trydecpoint() function *is* used, though probably only in countries which don't use a decimal point. We can't use the ISO C locale functions here because they're not fully implemented on some platforms, e.g. Android. Hopefully this method will work.
2011-05-15SWORD25 (LUA): Removed unused non-portable locale codemd5
2011-05-13SWORD25 (LUA): Hopefully fixed compilation for the Android platformmd5
2010-10-18SWORD25: Renamed Lua .c files to .cpp and make it compilableEugene Sandulenko
svn-id: r53568