Application Development 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: 

UTF-8 decoding

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Check if this helps.

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

Rgds,

HR

1 REPLY 1

Former Member
0 Kudos

Hi,

Check if this helps.

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

Rgds,

HR