<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Web Repository HTML Content Encoding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622042#M1941838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;But the problem I have is, that characters like ö,ä,ü,... are beeing represented as Ã¼,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would guess, it has something to do with encoding. But how can I decode these characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 17:26:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-04-26T17:26:16Z</dc:date>
    <item>
      <title>Web Repository HTML Content Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622042#M1941838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;But the problem I have is, that characters like ö,ä,ü,... are beeing represented as Ã¼,...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would guess, it has something to do with encoding. But how can I decode these characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 17:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622042#M1941838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-26T17:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web Repository HTML Content Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622043#M1941839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if this FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;WWW_GET_SCRIPT_AND_HTML is useful for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622043#M1941839</guid>
      <dc:creator>former_member235395</dc:creator>
      <dc:date>2016-04-26T20:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Web Repository HTML Content Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622044#M1941840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Could you elaborate the context?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 20:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622044#M1941840</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-04-26T20:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Web Repository HTML Content Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622045#M1941841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I've already mentioned, I'm already using this FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 08:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622045#M1941841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-27T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Web Repository HTML Content Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622046#M1941842</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;sandra.rossi&lt;/SPAN&gt; I have the same problem with code-page for my template, maybe do you help me with this topic.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 14:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-repository-html-content-encoding/m-p/11622046#M1941842</guid>
      <dc:creator>arkadiusz_czerniej</dc:creator>
      <dc:date>2023-03-22T14:14:31Z</dc:date>
    </item>
  </channel>
</rss>

