lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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