Re: Cross-platform newlines in multiline strings
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Cross-platform newlines in multiline strings
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2004年4月05日 10:00:30 -0300
> I'm guessing that all of the following
>
> <X> <NL> <NL> <X>
> <X> <NL> <CR> <NL> <CR> <X>
> <X> <CR> <CR> <X>
> <X> <NL> <CR> <NL> <CR> <X>
>
> will be treated as
>
> <X> <NL> <NL> <X>
Yes (assuming that NL is LF :).
-- Roberto