<?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 Unicode conversion errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-errors/m-p/2091183#M434772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m working with a subroutine for testing Unicode in our programs. In UTF-8 there´s no problem. Then I switched the keyboard, language and location in my computer´s settings to czech and try to upload czech texts to UNIX directory like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      OPEN DATASET fileunix FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE&lt;/P&gt;&lt;P&gt;           MESSAGE msg_open REPLACEMENT CHARACTER '?' IGNORING CONVERSION ERRORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some characters are not correctly interpreted and the system triggers an exception if I erase the addition IGNORING CONVERSION ERRORS. If I don´t, then the code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+denní p&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;ehled regionálních zpráv z kuchyn&lt;B&gt;&lt;P&gt;?&lt;/P&gt;&lt;/B&gt; iDNES&lt;BR /&gt;30 nejaktuáln&lt;B&gt;&lt;P&gt;?&lt;/P&gt;&lt;/B&gt;j?ích sportovních novinek&lt;BR /&gt;30 posledních událostí ze sv?ta showbusinessu&lt;BR /&gt;detailní mapa Prahy v&lt;B&gt;&lt;P&gt;?&lt;/P&gt;&lt;/B&gt;etn? mo?nosti vyhledávání+&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what´s the idea here ??  how come can the system not read those characters ??   system is MySAP 2005 and unicode-enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 10:01:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T10:01:52Z</dc:date>
    <item>
      <title>Unicode conversion errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-errors/m-p/2091183#M434772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m working with a subroutine for testing Unicode in our programs. In UTF-8 there´s no problem. Then I switched the keyboard, language and location in my computer´s settings to czech and try to upload czech texts to UNIX directory like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      OPEN DATASET fileunix FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE&lt;/P&gt;&lt;P&gt;           MESSAGE msg_open REPLACEMENT CHARACTER '?' IGNORING CONVERSION ERRORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some characters are not correctly interpreted and the system triggers an exception if I erase the addition IGNORING CONVERSION ERRORS. If I don´t, then the code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+denní p&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;ehled regionálních zpráv z kuchyn&lt;B&gt;&lt;P&gt;?&lt;/P&gt;&lt;/B&gt; iDNES&lt;BR /&gt;30 nejaktuáln&lt;B&gt;&lt;P&gt;?&lt;/P&gt;&lt;/B&gt;j?ích sportovních novinek&lt;BR /&gt;30 posledních událostí ze sv?ta showbusinessu&lt;BR /&gt;detailní mapa Prahy v&lt;B&gt;&lt;P&gt;?&lt;/P&gt;&lt;/B&gt;etn? mo?nosti vyhledávání+&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what´s the idea here ??  how come can the system not read those characters ??   system is MySAP 2005 and unicode-enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 10:01:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-errors/m-p/2091183#M434772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode conversion errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-errors/m-p/2091184#M434773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorge,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are saying that system is MySAP 2005 and unicode-enabled, try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET fileunix FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt; TRANSFER text TO fileunix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open your text file with ENCODING DEFAULT, the text format used for reading or writing data will be platform dependent:&lt;/P&gt;&lt;P&gt;--&amp;gt;In an non-Unicode system, data will be written in non-Unicode format&lt;/P&gt;&lt;P&gt;--&amp;gt;In a Unicode-system, data will be written in Unicode format UTF-8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shilpa K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 10:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-conversion-errors/m-p/2091184#M434773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T10:29:25Z</dc:date>
    </item>
  </channel>
</rss>

