Re: string.len function
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: string.len function
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年9月22日 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").