[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Cross-platform newlines in multiline strings
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 31 Mar 2004 11:51:04 -0300
Lua 5.1 (work0) already tries to be smart about end-of-lines: it handles
\r\n for DOS, \n for UNIX and \r for Mac.
But it does mean that an explicit CR in a long string will be converted to NL.
--lhf