I have an inbound transcription interface. In the payload I have x’0a’ characters which in 6.1.2 are magically are converted to x’fd’.
The interface is constructed completely of TCL procs. We do not use any XLATEs at all. I have examined the code and there are no REGSUBs or any other TCL function calls to manipulate hex data.
The server environment is WIN2008.
Has anyone seen something similar and can shed some light on this?