Author |
Message |
Topic: Add French characters properly |
ECoast
Replies: 11 Views: 8835
|
Forum: IBM MQ API Support Posted: Thu Aug 10, 2006 11:57 am Subject: Add French characters properly |
Thank-you so-much all for your help. Very much appreciated. |
Topic: Add French characters properly |
ECoast
Replies: 11 Views: 8835
|
Forum: IBM MQ API Support Posted: Wed Aug 09, 2006 12:22 pm Subject: Add French characters properly |
The output from the DOS windows displays this
00000000: 4672 E964 E972 6963 'Fr0d0ric '
Is it possible the DOS windows cannot display these characters? When I export ... |
Topic: Add French characters properly |
ECoast
Replies: 11 Views: 8835
|
Forum: IBM MQ API Support Posted: Wed Aug 09, 2006 11:53 am Subject: Add French characters properly |
Below is a sniplet of the code that writes a message to the queue (Note I'm now converting to UTF8:
string sNewMessage = "Frédéric";
UTF8Encoding utf8 = new UTF8Encoding();
byte[] encodedBytes ... |
Topic: Add French characters properly |
ECoast
Replies: 11 Views: 8835
|
Forum: IBM MQ API Support Posted: Wed Aug 09, 2006 11:23 am Subject: Add French characters properly |
Yes, that corrrect, writing to the queue is not the problem, the string I have and what actually gets written is not the same and it causing a problem. The client receiving my message received what ... |
Topic: Add French characters properly |
ECoast
Replies: 11 Views: 8835
|
Forum: IBM MQ API Support Posted: Wed Aug 09, 2006 11:08 am Subject: Invalid french characters. |
Yes, I aware of the unicode, but how do one convert a unicode french string that can be used to write to the queue and appear properly. |
Topic: Add French characters properly |
ECoast
Replies: 11 Views: 8835
|
Forum: IBM MQ API Support Posted: Wed Aug 09, 2006 9:40 am Subject: Add French characters properly |
Using MQ Client for .NET with C#. Does anyone know how to write a string containing french characters properly into the queue. When I attempt to add the string, the french characters are replaced by ... |
Topic: Why I cannot write message > 64Kb using WriteUTF method |
ECoast
Replies: 4 Views: 4038
|
Forum: IBM MQ API Support Posted: Wed May 31, 2006 7:12 am Subject: Why I cannot write message > 64Kb using WriteUTF method |
Language using is C#.
I starting to believe that there is a limitation of 64K. Can anyone vertify. |
Topic: Why I cannot write message > 64Kb using WriteUTF method |
ECoast
Replies: 4 Views: 4038
|
Forum: IBM MQ API Support Posted: Wed May 31, 2006 4:40 am Subject: Why I cannot write message > 64Kb using WriteUTF method |
Has anyone experience any problems in creating a message using MQMessage class method WriteUTF(string) when the string is greater than 64Kb. It returns error code 2190, in which indicates MQRC_CONVER ... |
Topic: MQSeries.NET and Soap Messages with attachment |
ECoast
Replies: 1 Views: 2547
|
Forum: IBM MQ API Support Posted: Wed Oct 26, 2005 6:08 am Subject: MQSeries.NET and Soap Messages with attachment |
Hello all,
I need some help. I'm currently using MQSeries.NET to submit message into MQSeries(v5.3) message queue. It work very nicely. However my requirements now states I must add an attachment ... |