[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: io.lines() behaviour on \0 characters
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 28 Oct 2009 11:13:32 -0200
> I'm trying to use io.lines() to read lines from a file which contains \0
> characters.
Then the file is not a text file and has no notion of lines. So io.lines
does not necessarily work.