CompuServe Messages

#Keeping <CR><LF>'s ??

    14-Jan-92 01:07:04
Fm: Don Curtis/SYSOP 76703,4321
To: John P. Huston 70003,4203
John, Yes, the Amiga's default EOL is a LF, but the Amiga itself does no character stripping. Not the serial device, nor the filesystem. Thus, the only way the CR could have been stripped is if either the sending program stripped it, or the receiving program stripped it. Many terminal emulators have the option of converting output text (and padding input text). Make sure the sending program is doing no translation. Don