lua-users home
lua-l archive

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


* Paul UTCFS Baranov:

> My lua code needs to deal with strings that contain \026 characters in
> them. There are no problems if these characters get escaped. But if they
> are used as is lua doesn't want to load the script and spits off an
> error "unfinished string near '<eof>' It does report this error even if
> line with such string is commented out. If this a Lua bug and if not is
> there any work around beside use of an escape sequence.

This is a property of the Windows platform.  ^Z is an end-of-file
marker carried over from CP/M.