Not planned

Difference between CR LF, LF and CR line break types?

Carriage Return (MAC pre-OSX)

  • CR
  • \r
  • ASCII code 13

Line Feed (Linux, MAC OSX)

  • LF
  • \n
  • ASCII code 10

Carriage Return and Line Feed (Windows)

  • CRLF
  • \r\n
  • ASCII code 13 and then ASCII code 10

If you see ASCII code in a strange format, they are merely the number 13 and 10 in a different radix/base, usually base 8 (octal) or base 16 (hexadecimal).

http://www.bluesock.org/~willg/dev/ascii.html

0

Comments

2 comments
Date Votes
  • HiShubham Kaila,

    Are you not seeing a difference in these characters in your records currently? Thank you for your help!

    0
  • Shubham Kaila Could you please clarify what the problem is for this enhancement request. This reads more like a question than an idea for new product enhancement.

    Thanks  

    0

Please sign in to leave a comment.

 

Didn't find what you were looking for?

New post