|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
to handle euro charecters |
« View previous topic :: View next topic » |
Author |
Message
|
sunil863 |
Posted: Tue Sep 06, 2005 7:00 am Post subject: to handle euro charecters |
|
|
Newbie
Joined: 05 Sep 2005 Posts: 2
|
Hi,
Queue manager (QM1) receives messages, having special charecters like '€', 'ß' and so on, from queue manager (QM2).
Queries:-
1) Now let me know what should be the ccsid value set for queue managers QM1 and QM2 such that it transfers / passes euro charecters properly.
2) While receving the message, what code changes we should make to handle the specified charecters above.
Please reply back asap.
Regards,
Sunil |
|
Back to top |
|
 |
Nigelg |
Posted: Tue Sep 06, 2005 7:19 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
1. You do not say what language you want to use, nor on what operating system.
If it is English (Western European) on UNIX, 923 (ISO8859-15) is equivalent to 819 (ISO8859-1) and contains the euro symbol at character xA4.
If the second character is the German ligature for the letters sz (szlig), then it is also in 923 & 819 at character xDF.
2. That is entirely up to your application programmers. _________________ MQSeries.net helps those who help themselves.. |
|
Back to top |
|
 |
sunil863 |
Posted: Tue Sep 06, 2005 7:29 am Post subject: |
|
|
Newbie
Joined: 05 Sep 2005 Posts: 2
|
We are making use of AIX operating system and the language used is English
the first character is the german Euro symbol. We are using CCSID as 1208 on both the queue managers.
the euro character is not getting parsed properly. It doesnt throw any parsing error. But instead it is displayed as '?'. Earlier we were using CCSId as 819 one the recieving queuemanager and parsing error was thrown.
what could be the reason for this?. |
|
Back to top |
|
 |
tillywern |
Posted: Tue Sep 13, 2005 10:13 am Post subject: Carefull with Extended Characters |
|
|
 Centurion
Joined: 28 Jan 2003 Posts: 109 Location: Colorado
|
We have run extensive tests with the euro symbol in our environment. Testing but WBIMB, MQ, and Oracle... One of the things we have noticed is that there is agreat deal of sensitivity around display of extended characters. UTF-8 etc....
Most of the time we have found that MQ and Databases are ok with handling these characters.. The problem is that many utilities used to look at messages will translate or display extended characters properly.
You greatest friend in this area is a byte dump of the mqseries message. amqsbcg...
Also it is much better to avoid extended characters and utilize markups such as those outlined in ISO 4217. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|