<?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: Unicode conversion vs. UTF8 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549780#M1429350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nils,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding. I am still unsure why I have to convert (export) to Unicode. Is SAP changing the ABAP dictionary data types during this process? Is that the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data of the SAP J2EE application and the data of the ABAP SAP application are separated, not only by a separate database schema, but also by the use of different data types. So it is possible to operate a Unicode-based SAP J2EE application (with a UTF8 character set) and a non-Unicode-based SAP application (with a WE8DEC character set) on the same database at the same time, without having to install a Unicode-only database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am not sure what a Unicode only database will get me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 16:05:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-18T16:05:09Z</dc:date>
    <item>
      <title>Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549777#M1429347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently run a dual stack ECC system with no languages installed (other than default EN/DE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt;  select value from v$nls_parameters&lt;/P&gt;&lt;P&gt;  2     where parameter = 'NLS_CHARACTERSET';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;WE8DEC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason I need to change the characterset to UTF8?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I change to UTF8 without doing a full blown SAP unicode conversion? and Why - if ever - would I have to perform a unicode conversion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 14:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549777#M1429347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T14:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549778#M1429348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently run a dual stack ECC system with no languages installed (other than default EN/DE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt;  select value from v$nls_parameters&lt;/P&gt;&lt;P&gt;  2     where parameter = 'NLS_CHARACTERSET';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;WE8DEC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any reason I need to change the characterset to UTF8?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I change to UTF8 without doing a full blown SAP unicode conversion? and Why - if ever - would I have to perform a unicode conversion?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; select property_value from database_properties&lt;/P&gt;&lt;P&gt;  2       where upper(property_name) = 'NLS_NCHAR_CHARACTERSET';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROPERTY_VALUE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------------------------" /&gt;&lt;P&gt;UTF8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; select value from v$nls_parameters&lt;/P&gt;&lt;P&gt;  2       where upper(parameter) = 'NLS_NCHAR_CHARACTERSET';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;UTF8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&amp;gt; select value from v$nls_parameters&lt;/P&gt;&lt;P&gt;  2     where parameter = 'NLS_CHARACTERSET';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;WE8DEC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the above mean I never have to do a unicode conversion? Under which sceanrio would I have to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 14:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549778#M1429348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T14:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549779#M1429349</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 would not recommend to simply change the database encoding to Unicode - this does not work.&lt;/P&gt;&lt;P&gt;You will need to have an SAP Unicode Kernel as well.&lt;/P&gt;&lt;P&gt;In order to have a proper Unicode system, you will have to convert all char like data from Non-Unicode to&lt;/P&gt;&lt;P&gt;Unicode. This can be done with Import / Export procedere.&lt;/P&gt;&lt;P&gt;Please have a look at SAP notes 1322715 (FAQs) and 1051576 (docu, I assume you have a single code page system).&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549779#M1429349</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2010-02-18T16:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549780#M1429350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nils,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding. I am still unsure why I have to convert (export) to Unicode. Is SAP changing the ABAP dictionary data types during this process? Is that the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data of the SAP J2EE application and the data of the ABAP SAP application are separated, not only by a separate database schema, but also by the use of different data types. So it is possible to operate a Unicode-based SAP J2EE application (with a UTF8 character set) and a non-Unicode-based SAP application (with a WE8DEC character set) on the same database at the same time, without having to install a Unicode-only database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am not sure what a Unicode only database will get me...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 16:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549780#M1429350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T16:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549781#M1429351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To convert a non-Unicode system to Unicode, all character data in the non-Unicode database must be converted to Unicode. The default conversion method is to export the entire database using SAPinst, create a new Unicode database (system copy), and then import the database using SAPinst again. The actual data conversion to Unicode is done during the export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normal character set is defined by the parameter NLS_CHARACTERSET &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022	NLS_CHARACTERSET value contains the database character set name which determines the set of characters that can be stored in the database.&lt;/P&gt;&lt;P&gt;u2022	Normal character set is used for data stored in CHAR, VARCHAR2, CLOB columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;National character set is defined by the parameter NLS_NCHAR_CHARACTERSET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u2022	National character set is used for data stored in NCHAR, NVARCHAR2 and NCLOB columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The national character set is the character set which is defined in oracle database in addition to normal character set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by ALTER DATABASE NATIONAL CHARACTER SET UTF8 but not doing a unicode conversion I am unsure what that is getting me and still do not understand why I have to do a full conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 19:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549781#M1429351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T19:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549782#M1429352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;two different questions here:&lt;/P&gt;&lt;P&gt;1) Is it necessary to use an ABAP Unicode system in case of a dual stack system ?&lt;/P&gt;&lt;P&gt;SAP notes 73606 and 975768 should answer this one.&lt;/P&gt;&lt;P&gt;Excerpts:&lt;/P&gt;&lt;P&gt;3.  Unicode is the mandatory system type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    b) for SAP systems which deploy Java applications (for example J2EE&lt;/P&gt;&lt;P&gt;       applications, WebDynpro applications)&lt;/P&gt;&lt;P&gt;    c) for SAP ABAP systems which communicate with Java components (for&lt;/P&gt;&lt;P&gt;       example via the SAP Java Connector)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"As reliability of connection between Java and non-Unicode backend cannot&lt;/P&gt;&lt;P&gt;be ensured, usage of Java features with non-Unicode backend has been&lt;/P&gt;&lt;P&gt;deprecated."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore technically it may still work, but SAP support is not guaranteed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Why Unicode conversion ?&lt;/P&gt;&lt;P&gt;The Non-Unicode code page used (probably 1100 in your case) is different from utf-8 (or more precisely cesu-8) used by Oracle databases in case of SAP systems. Therefore the Non-Unicode data needs to be converted to Unicode (via Export / Import).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nils Buerckel on Feb 19, 2010 11:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 10:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549782#M1429352</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2010-02-19T10:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549783#M1429353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your input Nils. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While we do have webdypro development and a dual stack I believe the java part is covered by the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NLS_NCHAR_CHARACTERSET which is UTF8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the ABAP it is still WE8DEC but since we are english language only - so any data entered via java/jco etc will be english - we cant justify converting to unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...again unless i am missing something...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 13:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549783#M1429353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T13:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion vs. UTF8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549784#M1429354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;I can just say that SAP strongly recommends to make use of Unicode in your case.&lt;/P&gt;&lt;P&gt;Otherwise I see the risk that SAP support does not help in case of I18N problems.&lt;/P&gt;&lt;P&gt;By the way - the Euro or trademark symbol is only supported in Unicode - not sure whether you include these characters in English-only ...&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 15:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-vs-utf8/m-p/6549784#M1429354</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2010-02-19T15:49:22Z</dc:date>
    </item>
  </channel>
</rss>

