On 2004.05.21, Tom Jackson <[EMAIL PROTECTED]> wrote: > See, tcl is supposed to automatically convert crlf to \n when it reads > in the data. Obviously this isn't happening when data come through > ns_sock.
That's right -- AOLserver's socket I/O layer doesn't obey any of the Tcl encoding or translation rules. It simply passes the received data back byte-for-byte. -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70) -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
