http://qs1969.pair.com?node_id=280313


in reply to Re: Re: Re: Cross Platform end of Line characters
in thread Cross Platform end of Line characters

The ASCII table has no concecpt of '\n', that's from the C programming language.

ASCII defines linefeed as \012.

Unix uses a linefeed as the line terminator in text files, C denoted the linefeed, or new line code as \n. But when Unix was ported to other platforms, it became increasingly important to handle text files from other platforms, with different line terminator / line separator sequencecs.

--
TTTATCGGTCGTTATATAGATGTTTGCA