<?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 ZIP with UTF-8 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941933#M693560</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 use the class cl_abap_zip to create the zip file and save it on the local desktop. It works correctly and the structure of the zip file is correct after unpacking. The problem appears when the name of the folder or the file inside the zip file has the German letter, for example &amp;#147;ß&amp;#148; or &amp;#147;ä&amp;#148;, in this case I get incorrect texts. I tried to convert file/folder name to UTF-8 using TREX_TEXT_TO_UTF8 but it gives again wrong results. Has anybody met similar problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 13:01:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-24T13:01:06Z</dc:date>
    <item>
      <title>ZIP with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941933#M693560</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 use the class cl_abap_zip to create the zip file and save it on the local desktop. It works correctly and the structure of the zip file is correct after unpacking. The problem appears when the name of the folder or the file inside the zip file has the German letter, for example &amp;#147;ß&amp;#148; or &amp;#147;ä&amp;#148;, in this case I get incorrect texts. I tried to convert file/folder name to UTF-8 using TREX_TEXT_TO_UTF8 but it gives again wrong results. Has anybody met similar problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 13:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941933#M693560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T13:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941934#M693561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anna,&lt;/P&gt;&lt;P&gt;In a unicode-system you could use this function module:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SCP_REPLACE_STRANGE_CHARS&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to replace the mentioned characters.&lt;/P&gt;&lt;P&gt;I just use it like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'SCP_REPLACE_STRANGE_CHARS'
    exporting
      intext                  = my_text_var
    importing
      outtext                 = my_text_var.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I suppose to push your filename trough this function and do some test with it.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 09:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941934#M693561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T09:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: ZIP with UTF-8</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941935#M693562</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;thank you, I have tried it and it seems that it recognizes the special caracters: it changes &amp;#147;ß" to "ss" and so on. Thank you!&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 09:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/zip-with-utf-8/m-p/2941935#M693562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T09:34:32Z</dc:date>
    </item>
  </channel>
</rss>

