#Keeping <CR><LF>'s ??
14-Jan-92 01:07:04
Sb: #18987-#Keeping <CR><LF>'s ??
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