<?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: OPEN DATASET  problem with UTF-8 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703516#M1295377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid # use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF '#' IN infile WITH 'Special Character'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 10:59:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-09T10:59:46Z</dc:date>
    <item>
      <title>OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703503#M1295364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem details: We have to read file from applicaitn server, In the file data its having special characters like "Uherské Hradiu0161te". when i m trying to read the file, Data is comming but the special character are not comming, inthe place of special characters its giving spcae r #..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code i m trying &lt;/P&gt;&lt;P&gt;************************************************************************************************&lt;/P&gt;&lt;P&gt;DATA: lw_filepath  TYPE rlgrap-filename value '/011/test.txt', " application server path.&lt;/P&gt;&lt;P&gt;        lw_empty     TYPE flag,&lt;/P&gt;&lt;P&gt;        lw_lineno(8) TYPE c,&lt;/P&gt;&lt;P&gt;        index        TYPE i,&lt;/P&gt;&lt;P&gt;        infile(1500) TYPE C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Read the file from the application server and put the records into the INFILE internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Open File&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET lw_filepath IN TEXT MODE FOR INPUT ENCODING UTF-8 REPLACEMENT CHARACTER space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*OPEN DATASET lw_filepath IN legacy text MODE for INPUT.&lt;/P&gt;&lt;P&gt;*OPEN DATASET lw_filepath IN TEXT MODE FOR INPUT ENCODING DEFAULT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; OPEN DATASET lw_filepath IN TEXT MODE FOR INPUT ENCODING DEFAULT REPLACEMENT CHARACTER space.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; OPEN DATASET lw_filepath IN  TEXT MODE ENCODING UTF-8 set-loacal lange iwth countery key FOR INPUT REPLACEMENT CHARACTER space.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    RAISE open_failure.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Initialize empty file flag&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  lw_empty = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Read the rest of the records until EOF&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  DO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CLEAR infile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    TRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        READ DATASET lw_filepath INTO infile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CATCH cx_sy_conversion_codepage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDTRY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        WRITE: / infile.&lt;/P&gt;&lt;P&gt;        if infile is initial.&lt;/P&gt;&lt;P&gt;        exit.&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Close file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLOSE DATASET lw_filepath.&lt;/P&gt;&lt;P&gt;***************************************************************************************&lt;/P&gt;&lt;P&gt;Below is the applicaiton server file data: test.txt having some special characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Velký Velký Hložkova Nádražní Želechovice Uherské Hradiu0161teZlín Mládí&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 09:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703503#M1295364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T09:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703504#M1295365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN DATASET lw_filepath IN TEXT MODE FOR INPUT ENCODING NON-UNICODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 09:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703504#M1295365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T09:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703505#M1295366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding krishna murty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that also, still i m getting # in place of some spl characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703505#M1295366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703506#M1295367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET lw_filepath FOR INPUT IN TEXT MODE ENCODING DEFAULT.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i have the data after READ DATASET. Can you plz clarify why you need ENCODING UTF-8?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703506#M1295367</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-09T10:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703507#M1295368</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;SAP offers F1 help too.. just press F1 on OPEN DATASET !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on ENCODING DEFAULT..... should work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info, F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Bin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703507#M1295368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703508#M1295369</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 tried with OPEN DATASET lw_filepath FOR INPUT IN TEXT MODE ENCODING DEFAULT this also.&lt;/P&gt;&lt;P&gt;but its now roking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to read  UNICODE data. can u check the test data, above i provided&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703508#M1295369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703509#M1295370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with your test data only &amp;amp; it is working fine for me. BTW what do you mean by :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;we need to read UNICODE data&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz revert back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703509#M1295370</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-09T10:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703510#M1295371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Incase you need the special characters you will have to use ENCODING as UTF-8.&lt;/P&gt;&lt;P&gt;if you use the encoding as NON-UNICODE; then you special characters will be converted into #.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because as per UNICODE standards special charaters require 2 byte of memory space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703510#M1295371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703511#M1295372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you suggest me i need changes setting in  SAP logoin or any properties &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my system logon -&amp;gt; change item-&amp;gt; in that Code page tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Language is Default and Unicode off check box is unchecked.&lt;/P&gt;&lt;P&gt;upload/download Encoding is "default - ANSI for Unicode system" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tel me u r settings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703511#M1295372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703512#M1295373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankur Parab   ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s i m using UTF-8, but its not working. In the place of spl character its  comming space or # symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the stmt&lt;/P&gt;&lt;P&gt;OPEN DATASET l_filepath IN TEXT MODE FOR INPUT ENCODING UTF-8 REPLACEMENT CHARACTER space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:48:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703512#M1295373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703513#M1295374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the languages "Code pages" are not supported in "EN" login. Try loggin in into corresponding language log in (RU for Russia, RO for Romania etc..).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:49:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703513#M1295374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703514#M1295375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You hit the nail right on the head &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;) The encoding must be "Default - ANSI for Uinicode systems".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703514#M1295375</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-09T10:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703515#M1295376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; Incase you need the special characters you will have to use ENCODING as UTF-8.&lt;/P&gt;&lt;P&gt;&amp;gt; if you use the encoding as NON-UNICODE; then you special characters will be converted into #.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; This is because as per UNICODE standards special charaters require 2 byte of memory space.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Ankur Parab&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on what basis are you claiming this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703515#M1295376</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-09T10:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703516#M1295377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To avoid # use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPLACE ALL OCCURRENCES OF '#' IN infile WITH 'Special Character'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:59:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703516#M1295377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703517#M1295378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please do F1 on UTF-8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UTF-8 &lt;/P&gt;&lt;P&gt;8 bit Unicode character representation. ASCII characters are represented by one byte. Other European characters are represented in 2 bytes. Most Asian characters are represented in 3 bytes. The characters in the surrogate area are addressed directly using 4 bytes. &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;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703517#M1295378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703518#M1295379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks  Ankur Parab, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have to use UTF-16 for this problem. but can u plz explain me how can i use this formate in my ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below one i m using.&lt;/P&gt;&lt;P&gt;OPEN DATASET lw_filepath IN TEXT MODE FOR INPUT ENCODING UTF-8 REPLACEMENT CHARACTER space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UTF-8 because of this the spl character are not comming. how can i use UTF-16 in my program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703518#M1295379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN DATASET  problem with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703519#M1295380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may be aware of something called Code Page. This is where code-page comes into picture. Differenet character sets have different Code Page representations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think what you are talking about is Code Page &amp;amp; not encoding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 12:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-problem-with-utf-8/m-p/5703519#M1295380</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-06-09T12:29:21Z</dc:date>
    </item>
  </channel>
</rss>

