Hello: I just noticed something very bizarre: My client application sends text data using TWSocket to a TWSocketServer server application, and leading tabs are transliterated into spaces when they arrive!
I've traced a particular string all the way until TWSocket puts it in its internal buffer to send and it still contains a #09 char at byte position 0. However, tracing the OnDataAvailable event of the receiving TWSocketClient, ReceiveStr returns the same string but now it has spaces at the beginning and no tab character. I don't recall ever seeing this before. Perhaps I'm missing an obscure setting or made a stupid mistake? Can anybody offer any suggestions? -dZ. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be