Re: Modified normalize_newlines to work on PC and Mac, too.

On 23.05.01 at 10:14, Martin Duerst <duerst@w3.org> wrote:

>At 02:46 01/05/23 +0200, Terje Bless wrote:
>
>>ITYM
>
>Can you point me to a list of the acronyms you are using
>(and their expansions)?

You could try <URL:http://www.astro.umd.edu/~marshall/abbrev.html>, but
most just pick these up over time. "ITYM" == "I Think You Mean" or "YM" ==
"You Mean?" (the question mark is usually implied in the acronym).


>>  CRLF    CR      CRLFCR  LF
>   $file =~ s(\015\012){\n}g; # Turn ASCII CRLF into native newline.
>we still have CRLF, but then
>   $file =~ s(\015)    {\n}g; # Turn ASCII CR   into native newline.
>changes the CR to CRLF, so we get CRLFLF.

Is it any wonder this stuff gives me a headache? :-)

Received on Tuesday, 22 May 2001 21:38:15 UTC