<?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: Messy code for Chinese in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175630#M998255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your SAP system Unicode?&lt;/P&gt;&lt;P&gt;What is the format of the upload file? UTF-8?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 15:32:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T15:32:43Z</dc:date>
    <item>
      <title>Messy code for Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175629#M998254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I want to upload vendor master data to SAP system in LSMW, but when I fill the fields in Chinese, &lt;U&gt;the Chinese texts will not be showed. The Chinese texts show as messy codes, how should I do if I want to show the Chinese?&lt;/U&gt; Many thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 14:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175629#M998254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T14:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Messy code for Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175630#M998255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your SAP system Unicode?&lt;/P&gt;&lt;P&gt;What is the format of the upload file? UTF-8?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 15:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175630#M998255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T15:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Messy code for Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175631#M998256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the SAP system is Unicode, and the file type is .TXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 04:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175631#M998256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T04:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Messy code for Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175632#M998257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help, After I change the coding of the text file from default value 'ANSI' to 'UTF-8', the Chinese can be showed, would please tell me the reason? Why I should use 'UTF-8'?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 06:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175632#M998257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T06:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Messy code for Chinese</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175633#M998258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANSI only supports the standard 256 characters you see on your typical keyboard (single byte). UTF-8 supports the 65,536 Unicode character set (double byte) needed to handle all the different languages used throughout the world. If you send Unicode but tell the system to expect ANSI it will read each double byte Unicode character as two single byte ANSI characters. Which will turn it all into gibberish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 12:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/messy-code-for-chinese/m-p/4175633#M998258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T12:33:44Z</dc:date>
    </item>
  </channel>
</rss>

