Help for this page

Select Code to Download


  1. or download this
        CR = 0x0D = \015 = \r
        LF = 0x0A = \012 = \n
    
  2. or download this
        Macintosh: \r
        Windows  : \r\n
        Unix     : \n
    
  3. or download this
        Unix     : \n = \012
        Macintosh: \n = \015
        Windows  : \n = \012     if handled as ASCII
        Windows  : \n = \015\012 if handled as binary