Character | Name | OS | Code | ASCII | Unicode |
---|---|---|---|---|---|
LF | Line Feed | Unix, Linux, OSX | \n | 10 | U+000A |
CR | Carriage Return | macOS-9 | \r | 13 | U+000D |
CR+LF | CR+LF | Windows, DOS | \r\n | 13+10 | U+000D + U+000A |
Last active
August 20, 2017 11:30
-
-
Save Serrin/17dbeeabd04f926b9e4af5d7b72320e8 to your computer and use it in GitHub Desktop.
line-endings.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment