Author |
Message
|
Ashok Kumar |
Posted: Wed Oct 28, 2015 7:00 am Post subject: UNICODE Big Endian Encoding |
|
|
Acolyte
Joined: 01 Jul 2013 Posts: 53
|
Hi All,
Could you please explain me how can we convert UNICODE Big Endian Encoding data using ESQL and UNICODE Big Endian Encoding number in ESQl. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 28, 2015 7:19 am Post subject: Re: UNICODE Big Endian Encoding |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ashok Kumar wrote: |
Could you please explain me how can we convert UNICODE Big Endian Encoding data using ESQL and UNICODE Big Endian Encoding number in ESQl. |
You don't. You let broker do it.
Or in extremis, set the encoding in a line of ESQL and watch broker do it. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Ashok Kumar |
Posted: Wed Oct 28, 2015 7:24 am Post subject: |
|
|
Acolyte
Joined: 01 Jul 2013 Posts: 53
|
Please tell me how can we set the UNICODE Big Endian Encoding in ESQL |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Oct 28, 2015 7:29 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Ashok Kumar wrote: |
Please tell me how can we set the UNICODE Big Endian Encoding in ESQL |
By using the correct statement in ESQL to set the right property to the correct value.
Hint, you are talking about "Encoding", so you are presumably talking about number formats, not character formats. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Ashok Kumar |
Posted: Wed Oct 28, 2015 7:37 am Post subject: |
|
|
Acolyte
Joined: 01 Jul 2013 Posts: 53
|
Here requirement is I need to get the data from SAP system and convert the data into UNICODE Big Endian encoding data and passing to WTX map.
Is it possibility to specify the UNICODE Big Endian encoding character set in SAP Inbound Adapter in IIB9? If it is yes please let me know how can we do it.
It's a urgent requirement
Thanks in advance. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 28, 2015 7:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ashok Kumar wrote: |
Here requirement is I need to get the data from SAP system and convert the data into UNICODE Big Endian encoding data and passing to WTX map. |
OK, as my most worthy associate points out, "unicode' and "big endian encoding" are 2 different things.
Ashok Kumar wrote: |
Is it possibility to specify the UNICODE Big Endian encoding character set in SAP Inbound Adapter in IIB9? If it is yes please let me know how can we do it. |
You can probably set it in SAP. If you're using the WTX node, you probably don't need to do it at all.
Ashok Kumar wrote: |
It's a urgent requirement |
Then you should raise a PMR. We're not a support desk with an SLA. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Ashok Kumar |
Posted: Wed Oct 28, 2015 7:52 am Post subject: |
|
|
Acolyte
Joined: 01 Jul 2013 Posts: 53
|
I am asking about UNICODE Big Endian encoding character set in IIB9. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Oct 28, 2015 8:23 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ashok Kumar wrote: |
I am asking about UNICODE Big Endian encoding character set in IIB9. |
All previous comments apply. With perhaps the underlining that character set and encoding, while 2 different things, are both handled by the broker and both controlled using the same techniques.
And may not be needed at all if you're using a WTX node.
How's the PMR coming? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
timber |
Posted: Wed Oct 28, 2015 2:50 pm Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
Quote: |
"unicode' and "big endian encoding" are 2 different things |
Risking a trout here, but I beg to differ. Only IBM uses the word 'encoding' to refer exclusively to numeric representation. The rest of the IT industry uses 'encoding' as a shorthand for 'character encoding'. Furthermore, UTF-16 is a Unicode encoding and comes in big-endian and little-endian types.
@Ashok Kumar: Tell us what you have tried. Otherwise we end up telling you a load of stuff that you already know, which is annoying for you and a waste of time for us. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 29, 2015 4:37 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
timber wrote: |
Risking a trout here, but I beg to differ. |
I would happily have accepted one with the reasoning you've given. I.e. you should have given one, rather than worrying about getting one. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|