<?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: Substring between unicode and non-unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451560#M1552982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey, max, thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry I did not show my question clearly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 6 space between '你好' and '1234 in the line '你好 1234', and in the top 10 charaters of this string line, may be all numbers, may be all chinese charaters, may be numbers and chinese charaters together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 4.7, line+0(10) aways correct, but in ECC, because it is a unicode system, so, it is correct only when the string is all single-byte charaters but not any double-byte charaters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Dec 2010 14:21:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-06T14:21:08Z</dc:date>
    <item>
      <title>Substring between unicode and non-unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451558#M1552980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are upgrading our system from 4.7 to 6.0 in chinese, but after that, there is a problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have a program which hadle some txt files which create by an non-sap and non-unicode system, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example, there is a line contains '你好      1234', we will extract the information as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: field1 type string, field2 type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 = line+0(10).&lt;/P&gt;&lt;P&gt;field2 = line+10(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result in 4.7 is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field1 = '你好'&lt;/P&gt;&lt;P&gt;field2 = '1234'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, in ECC, field1 is '你好12'  and field2 is '34'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me? thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 14:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451558#M1552980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Substring between unicode and non-unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451559#M1552981</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;My system is unicode, but '你好 1234' is 7 char long&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway u need to consider the single CHAR in an unicode system needs 2 digit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 15:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451559#M1552981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-30T15:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Substring between unicode and non-unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451560#M1552982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey, max, thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry I did not show my question clearly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 6 space between '你好' and '1234 in the line '你好 1234', and in the top 10 charaters of this string line, may be all numbers, may be all chinese charaters, may be numbers and chinese charaters together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 4.7, line+0(10) aways correct, but in ECC, because it is a unicode system, so, it is correct only when the string is all single-byte charaters but not any double-byte charaters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 14:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/substring-between-unicode-and-non-unicode/m-p/7451560#M1552982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T14:21:08Z</dc:date>
    </item>
  </channel>
</rss>

