Re: End-of-line characters in long strings
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: End-of-line characters in long strings
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2008年1月18日 10:04:23 -0200
> Looks logical (for me) that source files are normalized before being
> processed. I suppose you can add a \r if needed on some lines only, or
> replace all \n by \r\n otherwise, which can be done at initialization time.
I think the point of the original poster is that you cannot add escape
sequences to long strings. On the other hand, life is much easier when
end-of-lines are normalized in text files.