1\n is the classic line_feed on Unix/Linux (his ascii is 10 in decimal and 0a in hexadecimal)
2\r\n is the classic line_feed on Windows
3\r is the classic line_feed on olds version of MacOs (pre-MacOsX version) (his ascii is 13 in decimal an 0d in hexadecimal)