2016 Apr 26 6:26 PM
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
2016 Apr 26 9:31 PM
Hi Florian,
Check if this FM WWW_GET_SCRIPT_AND_HTML is useful for you.
Regards,
2016 Apr 27 9:11 AM
2016 Apr 26 9:48 PM
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?
2023 Mar 22 2:14 PM
Hello sandra.rossi I have the same problem with code-page for my template, maybe do you help me with this topic.