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

Web Repository HTML Content Encoding

Former Member
0 Likes
1,961

Hello,

I've got an html template in the web repository (SMW0). I'm loading the html string, using the WWW_GET_SCRIPT_AND_HTML function module.

But the problem I have is, that characters like ö,ä,ü,... are beeing represented as ü,...

I would guess, it has something to do with encoding. But how can I decode these characters?

Regards

4 REPLIES 4
Read only

former_member235395
Contributor
0 Likes
1,467

Hi Florian,

Check if this FM WWW_GET_SCRIPT_AND_HTML is useful for you.

Regards,

Read only

0 Likes
1,467

As I've already mentioned, I'm already using this FM.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,467

That's a common representation issue because of encodings. Probably characters are stored in UTF-16 but the viewer is wrongly informed they are UTF-8, or something like that.

Could you elaborate the context?

Read only

0 Likes
1,467

Hello sandra.rossi I have the same problem with code-page for my template, maybe do you help me with this topic.