Re: how to handle 026円 character in a string
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how to handle 026円 character in a string
- From: Florian Weimer <fw@...>
- Date: 2010年10月22日 08:36:15 +0200
* 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.