[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to handle \026 character in a string
- From: Patrick Rapin <toupie300@...>
- Date: Mon, 25 Oct 2010 17:00:51 +0200
> 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.