Universal Newline
A manner of interpreting text streams in which all of the following are recognized as ending a line:
- Unix/Linux/macOS:
'\n' - Windows:
'\r\n' - old Macintosh:
'\r'
A manner of interpreting text streams in which all of the following are recognized as ending a line:
'\n''\r\n''\r'