<?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 Character-set broken upon unzipping a file using VBO in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91165#M41236</link>
    <description>Hi, all.&lt;BR /&gt;&lt;BR /&gt;We're using "&lt;STRONG&gt;Utility - Windows Compressed File"&lt;/STRONG&gt; VBO for unzip a compress file.&lt;BR /&gt;The result is as&amp;nbsp; below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19552.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19702i4B4A673510C03FF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="19552.png" alt="19552.png" /&gt;&lt;/span&gt;Any one knows how to prevent the character from being broken?&lt;BR /&gt;Or Is there any other VBO or ways working without a concern for the character-set?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;HongJoo Choi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Jul 2022 07:01:00 GMT</pubDate>
    <dc:creator>HongJooChoi</dc:creator>
    <dc:date>2022-07-12T07:01:00Z</dc:date>
    <item>
      <title>Character-set broken upon unzipping a file using VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91165#M41236</link>
      <description>Hi, all.&lt;BR /&gt;&lt;BR /&gt;We're using "&lt;STRONG&gt;Utility - Windows Compressed File"&lt;/STRONG&gt; VBO for unzip a compress file.&lt;BR /&gt;The result is as&amp;nbsp; below:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19552.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19702i4B4A673510C03FF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="19552.png" alt="19552.png" /&gt;&lt;/span&gt;Any one knows how to prevent the character from being broken?&lt;BR /&gt;Or Is there any other VBO or ways working without a concern for the character-set?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;HongJoo Choi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2022 07:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91165#M41236</guid>
      <dc:creator>HongJooChoi</dc:creator>
      <dc:date>2022-07-12T07:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Character-set broken upon unzipping a file using VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91166#M41237</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1155"&gt;@HongJooChoi&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I face this problem before... also in spanish we have special characters that broke when you try to compress.&lt;BR /&gt;&lt;BR /&gt;The problem here is with the internal library that use this VBO ​(The &lt;A class="xref" href="https://docs.microsoft.com/es-es/dotnet/api/system.io.compression?view=net-6.0" data-linktype="relative-path" target="_blank" rel="noopener"&gt;System.&lt;WBR /&gt;IO.&lt;WBR /&gt;Compression&lt;/A&gt; one)&lt;BR /&gt;&lt;BR /&gt;You have many ways to solve this. But the better in BP is using a simple code in Power Shell to compress the file.&lt;BR /&gt;&lt;BR /&gt;As you can see here, I have several special characters in this paths:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19546.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19695i1703BFC2A7A29DB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="19546.png" alt="19546.png" /&gt;&lt;/span&gt;&lt;BR /&gt;The command in power shell, looks like this:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-markup" tabindex="0"&gt;&lt;CODE&gt;Compress-Archive -LiteralPath "C:\Blue Prism" -DestinationPath "C:\Blue Prism\file.zip"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Here is the result:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="19547.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/19697iFC02AA669014D255/image-size/large?v=v2&amp;amp;px=999" role="button" title="19547.png" alt="19547.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you!&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2022 09:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91166#M41237</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-07-12T09:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Character-set broken upon unzipping a file using VBO</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91167#M41238</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1155"&gt;@HongJooChoi&lt;/a&gt;, &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/66"&gt;@PabloSarabia&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;There is an open ticket with Microsoft regarding incorrect handling of locale in &lt;STRONG&gt;System.IO.Compression&lt;/STRONG&gt;. You can review it at the link below.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/dotnet/runtime/issues/43231" target="_blank" rel="noopener"&gt;https://github.com/dotnet/runtime/issues/43231&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jul 2022 15:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Character-set-broken-upon-unzipping-a-file-using-VBO/m-p/91167#M41238</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-07-12T15:04:00Z</dc:date>
    </item>
  </channel>
</rss>

