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月01日 17:01:33 -0300
> Let me make sure I understand you, though -- a CR and a NL
> next to each other (in DOS order) would get converted into
> just one NL and not two, right?
Right. The same for a sequence NL-CR.
-- Roberto