<?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 :  Chinese in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767218#M331545</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;I don't understand fully: If you download using unicode characters then all characters regardless of chinese or not should occupy 2 bytes. How do you change encoding within the record?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be possible to convert to latin without losing information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Dec 2006 00:24:48 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2006-12-23T00:24:48Z</dc:date>
    <item>
      <title>Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767210#M331537</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;Recently we moved to Unicode , and we are facing problem with an interface program for citybank &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;citybank -cityDirect  specification is based on the field position in the flat file,it identifies  fields from the field position.&lt;/P&gt;&lt;P&gt;File is downloaded  to flat file with fields in the exact position , as it is specified in the internal table/ structure field length declaration .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The issue .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Unicode system, the format of the file downloaded is disturbed because of Chinese characters in the file  .&lt;/P&gt;&lt;P&gt;This is because Unicode system considers the length of a Chinese character as 1,   even though it occupy  2 spaces/places compared to English ( in the flat file /Notepad ). &lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;ab ab ab ab&lt;/P&gt;&lt;P&gt;&amp;amp;#28023;  &amp;amp;#40784; &amp;amp;#23572;  &amp;amp;#31639;  May be chinese is big and it is of 2 bytes where as english is 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when the user  download the file in ANSI, the  field length of  field  NAME1  ( which hold Chinese characters )  in the text file is increasing   , and the entire file format is getting disturbed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know, I can count the bytes ,find out Chinese chr in the string , adjust the field length dynamically . But this does not seem to be standard solution.&lt;/P&gt;&lt;P&gt;Did anybody face this problem before? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any reply ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767210#M331537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767211#M331538</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;Try using  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE lg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the documentation for SET LOCALE for more details..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767211#M331538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767212#M331539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please read the question&lt;/P&gt;&lt;P&gt;Thanks any way for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767212#M331539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767213#M331540</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;Search in SDN forum with the keyword Unicode...I am getting lot of forums regarding those..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767213#M331540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767214#M331541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did , but nothing relevant.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:37:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767214#M331541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767215#M331542</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;Try with the key word Chinese..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767215#M331542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767216#M331543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , I did  all searches before posting , even in customer market place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 22:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767216#M331543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T22:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767217#M331544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Freney,&lt;/P&gt;&lt;P&gt;i have faced the same issue for russia..wht i did for tht is i translated the Russian Cyrillic Characters into LAtin characters and then moved them to table ...&lt;/P&gt;&lt;P&gt;now thing is tht u have to code how to convert the Chineese characters into latin characters..i m sure once this is done it will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 07:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767217#M331544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T07:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode :  Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767218#M331545</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;I don't understand fully: If you download using unicode characters then all characters regardless of chinese or not should occupy 2 bytes. How do you change encoding within the record?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It won't be possible to convert to latin without losing information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2006 00:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-chinese/m-p/1767218#M331545</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-12-23T00:24:48Z</dc:date>
    </item>
  </channel>
</rss>

