William Jordan <[email protected]> wrote: > comma where random whitespaces are allowed. Additionally, I can't > understand why each line is terminated with <CR><LF>, why use two > characters when one will do.
It is called NETASCII, and is the norm for text-based protocols. It is a canonical end-of-line representation. > Bill --Johnny
