<?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 Re: Replacing special characters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539164#M851490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this function - it replaces strange characters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SCP_REPLACE_STRANGE_CHARS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Brian Gonsales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 14:02:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T14:02:53Z</dc:date>
    <item>
      <title>Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539162#M851488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i replace special characters like &amp;amp; with 'and' ,# with 'num' etc WITHOUT using replace all occurance of.IS there any other way to replace them ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 12:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539162#M851488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T12:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539163#M851489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I guess replace all occurences is the simplest way to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 13:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539163#M851489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539164#M851490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this function - it replaces strange characters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SCP_REPLACE_STRANGE_CHARS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Brian Gonsales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 14:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539164#M851490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539165#M851491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 05:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539165#M851491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T05:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing special characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539166#M851492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the suggested function module replaces special characters like ñ,Í,ü,ú,á,é,ó etc with n,I,u,a,e,o.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Mar 2008 05:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/3539166#M851492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-15T05:48:57Z</dc:date>
    </item>
  </channel>
</rss>

