<?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 About Unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648841#M1094053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;         Now iam working on upgradation project. iam new to upgradation. we are upgrading 4.7e to ecc6.0.And what is the unicode. What is the need of Unicode in upgradation. And Give me a suggestion on unicode. &lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2008 04:46:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-10T04:46:03Z</dc:date>
    <item>
      <title>About Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648841#M1094053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;         Now iam working on upgradation project. iam new to upgradation. we are upgrading 4.7e to ecc6.0.And what is the unicode. What is the need of Unicode in upgradation. And Give me a suggestion on unicode. &lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 04:46:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648841#M1094053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T04:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: About Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648842#M1094054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unicode is a universal code page which allows you to run all supported languages with the same encoding. Usually SAP run different languages with different code pages. In the old days this means that you needed different application servers. Nowadays it only means, that you could not read all data with other tools than the SAP application server. When you run Unicode than also the database content is stored in Unicode and you can read all your data not only with help of the SAP application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find more information about Unicode in the SAP environment, please have a look at&lt;/P&gt;&lt;P&gt;[Unicode@SAP|http://service.sap.com/Unicode@SAP].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ralph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 07:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648842#M1094054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T07:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: About Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648843#M1094055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unicode supports almost all the languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are converting your SAP system from non unicode to unicode there are high chances that many of your programs give hard errors in unicode environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see what errors you might get, u have to run the T-Code UCCHECK .It displays all the errors and warnings.&lt;/P&gt;&lt;P&gt;Then u can changes the code accordingly.&lt;/P&gt;&lt;P&gt;Example: if you were using download function module in non unicode system, it will not work in unicode system, u need to convert it into GUI_DOWNLOAD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 10:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648843#M1094055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: About Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648844#M1094056</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;What is Unicode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Unicode is a universal encoded character set that allows you to store information from any language using a single character set.&lt;/P&gt;&lt;P&gt; Unicode provides a unique code for every character, independent platform, program or language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************&lt;/P&gt;&lt;P&gt;Unicode Encoding&lt;/P&gt;&lt;P&gt;u2022 UTF-8 Encoding&lt;/P&gt;&lt;P&gt; This is a 8 bit encoding&lt;/P&gt;&lt;P&gt; It is a variable width multi-byte encoding&lt;/P&gt;&lt;P&gt; One Unicode character can be 1 bye, 2 bytes or 3 bytes&lt;/P&gt;&lt;P&gt;u2022 UTF-16 Encoding&lt;/P&gt;&lt;P&gt; This is the 16 bit encoding&lt;/P&gt;&lt;P&gt; One Unicode character is 2 bytes&lt;/P&gt;&lt;P&gt;***********************************************&lt;/P&gt;&lt;P&gt;Advantages of Unicode compliance&lt;/P&gt;&lt;P&gt;Although the conversion effort for the R/3 kernel and applications is considerable, the migration to Unicode provides great benefits in the long run:&lt;/P&gt;&lt;P&gt;u2022 The Internet and consequently also mySAP.com are entirely based on Unicode, which thus is a basic requirement for international competitiveness. &lt;/P&gt;&lt;P&gt;u2022 Unicode allows all R/3 users to install a central R/3 System that covers all business processes worldwide. &lt;/P&gt;&lt;P&gt;u2022 Companies using different distributed systems frequently want to aggregate their worldwide corporate data. Without Unicode, they would be able to do this only to a limited degree. &lt;/P&gt;&lt;P&gt;u2022 With Unicode, you can use multiple languages simultaneously at a single front end computer. &lt;/P&gt;&lt;P&gt;u2022 Unicode is required for cross-application data exchange without loss of data due to incompatible character sets. One way to present documents in the World Wide Web (www) is XML, for example. &lt;/P&gt;&lt;P&gt;In addition, if new characters are added to the Unicode character set, SAP can decide whether to represent these characters internally using 2 or 4 bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;********************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 08:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648844#M1094056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T08:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: About Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648845#M1094057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan&lt;/P&gt;&lt;P&gt;good link for unicode documentation&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/79/c554d3b3dc11d5993800508b6b8b11/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/79/c554d3b3dc11d5993800508b6b8b11/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Syf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 09:08:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-unicode/m-p/4648845#M1094057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T09:08:14Z</dc:date>
    </item>
  </channel>
</rss>

