Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Data conversion

9 views
Skip to first unread message

Mark

unread,
Oct 19, 2010, 10:40:16 AM10/19/10
to
Am I right in assuming that, unless the MQGMO_CONVERT is set in the
MQGET options that data conversion will /never/ be done?

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.

glenbadd

unread,
Oct 19, 2010, 7:02:36 PM10/19/10
to
On Oct 20, 1:40 am, Mark <i...@dontgetlotsofspamanymore.invalid>
wrote:

> Am I right in assuming that, unless the MQGMO_CONVERT is set in the
> MQGET options that data conversion will /never/ be done?

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.

M

unread,
Oct 20, 2010, 3:49:49 AM10/20/10
to

Couldn't this be a Windows->UNIX conversion since the line breaks are
different?
(i.e. CR+LF --> LF).

0 new messages