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

UTF-8 decoding

Former Member
0 Likes
918

Hi,

I wanted to decode text which is in UTF-8 format that is coming from the HTTP header ( through Internet Communication Framework ). Please let me know the means to do this.

Eg. The actual string would be Test%^ which when encoded in UTF-8 format will be Test%25%5e. Now I want to decode it back again.

Thanks in advance,

Nameeta

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
620

Hi,

Check if this helps.

/people/ulrich.brink/blog/2005/08/18/unicode-file-handling-in-abap

Rgds,

HR

1 REPLY 1
Read only

Former Member
0 Likes
621

Hi,

Check if this helps.

/people/ulrich.brink/blog/2005/08/18/unicode-file-handling-in-abap

Rgds,

HR