‎2009 Jul 08 6:26 AM
Hi ,
How To code string into UTF-8,so as to send it to an MD5 encrypter
pls suggest appropiate answers
‎2009 Jul 08 6:58 AM
Hi,
Usually we use ENCODING UTF-8 while reading the data and sending the data to an application server using the command OPEN DATASET and TRANSFER.
I am not sure how it can be converted from the string directly into the required format.
Regards,
Santhosh.
‎2009 Jul 08 6:58 AM
Hi,
Usually we use ENCODING UTF-8 while reading the data and sending the data to an application server using the command OPEN DATASET and TRANSFER.
I am not sure how it can be converted from the string directly into the required format.
Regards,
Santhosh.
‎2009 Jul 08 7:07 AM
Hi,
U can try this.
TRANSLATE o_string FROM CODE PAGE ' ' TO CODE PAGE ' ''.
or FM ''SCP_TRANSLATE_CHARS'
‎2009 Jul 09 5:36 AM
hi Sumit
take a look on the below link , this may help you out
https://wiki.sdn.sap.com/wiki/display/Snippets/Unicode
regards
Saurabh Goel