We are experiencing the problem that CR (0x0D) characters are stripped
from messages sent from Windows to Linux.
--
(\__/) M.
(='.'=) Due to the amount of spam posted via googlegroups and
(")_(") their inaction to the problem. I am blocking some articles
posted from there. If you wish your postings to be seen by
everyone you will need use a different method of posting.
Correct. MQGET will only do conversion if this option is set.
> We are experiencing the problem that CR (0x0D) characters are stripped
> from messages sent from Windows to Linux.
If chars are being deleted from the messages it must be happening
before the data is put into MQ. Even if MQ was doing conversion,
it never deletes or inserts chars, it only converts on 1-to-1 basis.
HTH, G.
Couldn't this be a Windows->UNIX conversion since the line breaks are
different?
(i.e. CR+LF --> LF).