<?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 special character problem using smartforms xsf/html in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/special-character-problem-using-smartforms-xsf-html/m-p/5869574#M1322970</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I'm using smartforms to send emails in html without attachments. I take the raw data from 'job_output_info-xmloutput-trfresult-content[]' and convert it with 'NLS_STRING_CONVERT_TO_SYS'. I face the problem that special characters like 'ä', 'ö', 'ü' are not displayed correctly, but as 'Ã¤', 'Ã¶', 'Ã¼'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me a hint where coding formats can be set?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Phillip Höft&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2009 13:40:39 GMT</pubDate>
    <dc:creator>janphillip_hft</dc:creator>
    <dc:date>2009-07-23T13:40:39Z</dc:date>
    <item>
      <title>special character problem using smartforms xsf/html</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/special-character-problem-using-smartforms-xsf-html/m-p/5869574#M1322970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I'm using smartforms to send emails in html without attachments. I take the raw data from 'job_output_info-xmloutput-trfresult-content[]' and convert it with 'NLS_STRING_CONVERT_TO_SYS'. I face the problem that special characters like 'ä', 'ö', 'ü' are not displayed correctly, but as 'Ã¤', 'Ã¶', 'Ã¼'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me a hint where coding formats can be set?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jan Phillip Höft&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2009 13:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/special-character-problem-using-smartforms-xsf-html/m-p/5869574#M1322970</guid>
      <dc:creator>janphillip_hft</dc:creator>
      <dc:date>2009-07-23T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: special character problem using smartforms xsf/html</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/special-character-problem-using-smartforms-xsf-html/m-p/5869575#M1322971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the following function solves:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD CL_ABAP_CONV_IN_CE=&amp;gt;CREATE&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            INPUT       = l_xstring&lt;/P&gt;&lt;P&gt;            ENCODING    = 'UTF-8'&lt;/P&gt;&lt;P&gt;            REPLACEMENT = '?'&lt;/P&gt;&lt;P&gt;            IGNORE_CERR = ABAP_TRUE&lt;/P&gt;&lt;P&gt;          RECEIVING&lt;/P&gt;&lt;P&gt;            CONV        = loc_CONV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 13:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/special-character-problem-using-smartforms-xsf-html/m-p/5869575#M1322971</guid>
      <dc:creator>janphillip_hft</dc:creator>
      <dc:date>2009-08-11T13:04:14Z</dc:date>
    </item>
  </channel>
</rss>

