Author |
Message
|
Vanshul_MB |
Posted: Thu Mar 24, 2011 3:23 am Post subject: Unable to handle Russian Language in message broker |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
Hi,
I have various text fields like this.
<Text Language="somelanguage"></Text>
<Text Language="somelanguage"></Text>
<Text Language="ru">Отдельное помещение для отдыха (7 x 8,8 м), кондиционер, естественное освещение, светонепроницаемые шторы, размер экрана 3 х 2,5 м.</Text>
No this "ru: text is not getting handled ie when i drop this on queue, i get an error for some unconvertible characters.
Even if we have a code page as we have to deal with numerous languages, can we have any universal code page kind of stuff so that every message gets parsed easily |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 24, 2011 3:40 am Post subject: Re: Unable to handle Russian Language in message broker |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vanshul_MB wrote: |
Hi,
I have various text fields like this.
<Text Language="somelanguage"></Text>
<Text Language="somelanguage"></Text>
<Text Language="ru">Отдельное помещение для отдыха (7 x 8,8 м), кондиционер, естественное освещение, светонепроницаемые шторы, размер экрана 3 х 2,5 м.</Text>
No this "ru: text is not getting handled ie when i drop this on queue, i get an error for some unconvertible characters.
Even if we have a code page as we have to deal with numerous languages, can we have any universal code page kind of stuff so that every message gets parsed easily |
Have you tried using UTF-8 as a code page? Make sure not to use convert on the input node.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
kimbert |
Posted: Thu Mar 24, 2011 3:44 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
|
Back to top |
|
 |
Vanshul_MB |
Posted: Thu Mar 24, 2011 4:19 am Post subject: |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
Default CCSID is 1208.
But these Russicn characters are causing issues.In case i changes code page to 1251(i think for Russian), the other values cause issues.
Can you please let me know CCSID value i can use in this case |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Mar 24, 2011 5:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Vanshul_MB wrote: |
Default CCSID is 1208.
But these Russicn characters are causing issues.In case i changes code page to 1251(i think for Russian), the other values cause issues.
Can you please let me know CCSID value i can use in this case |
Have you tried 1200? _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vanshul_MB |
Posted: Thu Mar 24, 2011 5:50 am Post subject: |
|
|
Acolyte
Joined: 09 Feb 2011 Posts: 68
|
Yes.Tried 1209 and it worked. |
|
Back to top |
|
 |
rekarm01 |
Posted: Thu Mar 24, 2011 8:58 am Post subject: Re: Unable to handle Russian Language in message broker |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
Vanshul_MB wrote: |
Yes.Tried 1209 and it worked. |
If 1209 works, then 1208 should usually work too:- ccsid=1208: UTF-8 with IBM PUA (Private Use Area)
- ccsid=1209: UTF-8
|
|
Back to top |
|
 |
kimbert |
Posted: Thu Mar 24, 2011 9:02 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
.Tried 1209 and it worked. |
I hope you understand *why* it worked. |
|
Back to top |
|
 |
|