<?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: Differnce between unicode and non unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391363#M814320</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;Unicode is a universal character set used to facilitate a better exchange of data between different systems and across boundaries. It helps prevent problems that may arise when communicating systems use different code pages. These problems mainly arise, because a code page is only applicable to specific languages and cannot be combined at will with other code pages. Using Unicode helps you avoid these problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more detailed information about Unicode see SAP Note 73606 and 379940, or the website &lt;A href="http://www.unicode.org" target="test_blank"&gt;http://www.unicode.org&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Spandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2008 09:32:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-11T09:32:33Z</dc:date>
    <item>
      <title>Differnce between unicode and non unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391362#M814319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi every body i want to differnce  between unicode and non unicode and for what purposes this ulities are used explain me little brief what is t code for that , how to checj version, how to convert uni to non uni ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance Thanks&lt;/P&gt;&lt;P&gt;Vishnuprasad.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 06:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391362#M814319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T06:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce between unicode and non unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391363#M814320</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;Unicode is a universal character set used to facilitate a better exchange of data between different systems and across boundaries. It helps prevent problems that may arise when communicating systems use different code pages. These problems mainly arise, because a code page is only applicable to specific languages and cannot be combined at will with other code pages. Using Unicode helps you avoid these problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more detailed information about Unicode see SAP Note 73606 and 379940, or the website &lt;A href="http://www.unicode.org" target="test_blank"&gt;http://www.unicode.org&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Spandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 09:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391363#M814320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T09:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce between unicode and non unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391364#M814321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vishnu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before Release 6.10, SAP software only used codes where every character is displayed by &lt;STRONG&gt;one byte&lt;/STRONG&gt;, therefore character sets like these are also called single-byte codepages. However, every one of these character sets is only suitable for a limited number of languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems arise if you try to work with texts written in different incompatible character sets in one central system. If, for example, a system only has a West European character set, other characters cannot be correctly processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of 6.10, to resolve these issues, SAP has introduced Unicode. Each character is generally mapped using &lt;STRONG&gt;2 bytes&lt;/STRONG&gt; and this offers a maximum of 65 536 bit combinations. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, a Unicode-compatible ABAP program is one where all Unicode checks are in effect. Such programs return the same results in UC systems as in non-UC systems. To perform the relevant syntax checks, you must activate the "UC checks" flag in the screens of the program and class attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With TC: /nUCCHECH you can check a program set for a syntax errors in UC environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391364#M814321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce between unicode and non unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391365#M814322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course right is:&lt;/P&gt;&lt;P&gt;With TC: &lt;STRONG&gt;/nUCCHECK&lt;/STRONG&gt; you can check a program set for a syntax errors in UC environment.&lt;/P&gt;&lt;P&gt;Sorry, Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:34:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391365#M814322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Differnce between unicode and non unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391366#M814323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes UCCHECK and SCOV......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the system to Unicode is mandatory to launch this and see the log.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfredo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnce-between-unicode-and-non-unicode/m-p/3391366#M814323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:43:14Z</dc:date>
    </item>
  </channel>
</rss>

