<?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 Code page problem - unicode character in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385904#M1643341</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;Iam working on Report which will  transfer the data to Application server  .&lt;/P&gt;&lt;P&gt;My selection screen contains the Language option in which the user want to see the role descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try to download the data with Chinese language ,i could see '#' or junk values , as the Code Page conversion was not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have changed my "open Dataset " to  OPEN DATASET lv_path FOR OUTPUT IN LEGACY TEXT MODE CODE PAGE 8404.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Code page of Chinese is 8404.&lt;/P&gt;&lt;P&gt;Still i could not see the correct text of chinese even after this change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me where iam  wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2011 05:34:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-07T05:34:02Z</dc:date>
    <item>
      <title>Code page problem - unicode character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385904#M1643341</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;Iam working on Report which will  transfer the data to Application server  .&lt;/P&gt;&lt;P&gt;My selection screen contains the Language option in which the user want to see the role descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try to download the data with Chinese language ,i could see '#' or junk values , as the Code Page conversion was not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have changed my "open Dataset " to  OPEN DATASET lv_path FOR OUTPUT IN LEGACY TEXT MODE CODE PAGE 8404.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Code page of Chinese is 8404.&lt;/P&gt;&lt;P&gt;Still i could not see the correct text of chinese even after this change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me where iam  wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 05:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385904#M1643341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-07T05:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Code page problem - unicode character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385905#M1643342</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;or try that variant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  open dataset lv_path for output in legacy text mode code page '8404' ignoring conversion errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 15:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385905#M1643342</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2011-12-07T15:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Code page problem - unicode character</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385906#M1643343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried codepage 8304 (traditional Chinese)?  If you are seeing # in the output for the Chinese characters then that means the characters do not exist in the target codepage of 8404 so it outputs # to indicate a conversion problem.&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;&lt;/P&gt;&lt;P&gt;Ryan Crosby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 15:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-problem-unicode-character/m-p/8385906#M1643343</guid>
      <dc:creator>Ryan-Crosby</dc:creator>
      <dc:date>2011-12-07T15:54:16Z</dc:date>
    </item>
  </channel>
</rss>

