<?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/6103987#M1360936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get more information related to code page and code segment  from &lt;STRONG&gt;SCP&lt;/STRONG&gt; transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Sep 2009 08:36:36 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2009-09-17T08:36:36Z</dc:date>
    <item>
      <title>Replacing 'special' characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103983#M1360932</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;I was wondering if thers is a function module, class (method) or whatever (codepage translation) to convert 'special' characters like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;è, é, ë, ï, etc with respectively e, e, e, i?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More generally speaking we need to convert all characters (whether it be Unicode, Latin-1, etc.) to &lt;STRONG&gt;plain&lt;/STRONG&gt; text containing only the letters of the alphabet from a-z and A-Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Micky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 06:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103983#M1360932</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-09-17T06:31:22Z</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/6103984#M1360933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you can try this FM.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 06:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103984#M1360933</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-09-17T06:36:11Z</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/6103985#M1360934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That needs a translation table for all those "strange" characters... i dont think so that there is such a table inside SAP nor an algoithm to find out what a strange character is and what his plain ascii pendant is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you do with klingon characters? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a similar problem and wrote a piece of code which is adopted everytime a new char pops up...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 07:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103985#M1360934</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-09-17T07:14:43Z</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/6103986#M1360935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Rainer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both thanks a lot for your relevant replies which are quite helpful. And I do think that we still needs some sort of intermediate table to hold at least some characters to be translated/converted into plain text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Gautham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently testing this function module with several codepages (parameter INTER_CP) beside the default codepage 1146. For characters like ë and ï this is definitely the way to go, but when using some characters that are really out there like ¥ŖßÞu0152u03A9u03C6, we still seem to be needing an intermediate table to replace these characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But again, some very helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Although both answers are potentially worth 10 pts, It only seems fair to give you both the credit you deserve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 07:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103986#M1360935</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-09-17T07:47:57Z</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/6103987#M1360936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get more information related to code page and code segment  from &lt;STRONG&gt;SCP&lt;/STRONG&gt; transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 08:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103987#M1360936</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-09-17T08:36:36Z</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/6103988#M1360937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So that leads me to an interesting approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U+0041 is A, and the Unicode name for that is LATIN CAPITAL LETTER A,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U+00C4 is Ä, and the Unicode name for that is LATIN CAPITAL LETTER A WITH DIAERESIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of namings like that. So, having Ä, i would go into that table behind SCP, translate that to LATIN CAPITAL LETTER A WITH DIAERESIS, delete everyting include und behind the WITH getting LATIN CAPITAL LETTER A. Going back in the table looking for the character i would find A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that table unicode|character|character description is somwehere in SAP, but i dont have the time to fugure that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 08:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103988#M1360937</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-09-17T08:52:52Z</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/6103989#M1360938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use TCP* tables like TCP01,TCP06,TCP08,TCP11.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 09:10:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-special-characters/m-p/6103989#M1360938</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-09-17T09:10:37Z</dc:date>
    </item>
  </channel>
</rss>

