logo Sign In

Post #670980

Author
AntcuFaalb
Parent topic
team negative1 - star wars 1977 - 35mm theatrical version (Released)
Link to post in topic
https://originaltrilogy.com/post/id/670980/action/topic#670980
Date created
13-Nov-2013, 5:59 PM

TV's Frink said:

At the risk of sounding more stupid than usual...what's a linefeed?

US-ASCII (and character-sets derived from it, including Latin-1 and UTF-8) has two character-codes that signify "move to the next line":

10: Line Feed, a.k.a., New Line

13: Carriage Return

http://www.asciitable.com/index/asciifull.gif

*n*x systems (e.g., GNU/Linux) use a single Line Feed to represent newlines. Classic pre-OSX Mac systems used a single Carriage Return to represent newlines. Microsoft systems (e.g., MS-DOS and Windows) use a Carriage Return followed by a Line Feed to represent newlines.

These terms come from the typewriter days of old...

Carriage Return -> return the carriage to the start position

Line Feed -> move to the next line on the paper