lua-users home
lua-l archive

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


>  Any suggestions how to make their (and mine) life a bit easier are very welcome
My second suggestion is to patch luaL_loadfile() in lauxlib.c, so to
open the Lua file in binary (rb) mode instead of the default text
mode.
This is on line 564 in a vanilla Lua 5.1.4 distribution.
I hope this solves your problem.