[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string.len function
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 22 Sep 2008 15:44:46 -0300
> (Acrobat produces the file the program is reading)
If you're reading PDF files in Lua, make sure you open them in binary mode,
ie, use io.open(filename,"rb").