Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with UTF-8 ?

Former Member
0 Likes
883

Hi ,

How To code string into UTF-8,so as to send it to an MD5 encrypter

pls suggest appropiate answers

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
765

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.

3 REPLIES 3
Read only

Former Member
0 Likes
766

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.

Read only

AndreaYang
Product and Topic Expert
Product and Topic Expert
0 Likes
765

Hi,

U can try this.

TRANSLATE o_string FROM CODE PAGE ' ' TO CODE PAGE ' ''.

or FM ''SCP_TRANSLATE_CHARS'

Read only

Former Member
0 Likes
765

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