[
  {
    "Id": "835090",
    "ThreadId": "355449",
    "Html": "<p>File Path:&nbsp;DotNetZip\\Tools\\WinFormsApp\\<strong>ZipForm.cs</strong></p>\n<p>&nbsp;</p>\n<p>Below Line 1280, should add the following code:</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<pre>var readOptions = new ReadOptions\n{\n    Encoding = (comboEncoding.SelectedIndex &gt; 0)\n        ? System.Text.Encoding.GetEncoding(comboEncoding.SelectedItem.ToString())\n        : System.Text.Encoding.GetEncoding(\"IBM437\")\n};\n</pre>\n<p>&nbsp;</p>\n<p>And change the following line:</p>\n<p>&nbsp;</p>\n<div style=\"color: black; background-color: white;\">\n<pre><span style=\"color: blue;\">using</span> (<span style=\"color: blue;\">var</span> zip = ZipFile.Read(_DisplayedZip))\n</pre>\n</div>\n<p>&nbsp;</p>\n<p>into this:</p>\n<p>&nbsp;</p>\n<pre>using (var zip = ZipFile.Read(_DisplayedZip, readOptions))</pre>\n<p>&nbsp;</p>\n<p>This should solve the extract UTF-8 encoded ZIP file problem when assigning other encoding in the UI.</p>",
    "PostedDate": "2012-05-11T05:46:58.587-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "838307",
    "ThreadId": "355449",
    "Html": "<p>Can you file an actual bug report on the issue tracker? When making that report, also describe the \"extract UTF-8 encoded zip file problem\" in detail. Exactly what is the problem.&nbsp; Appending a test case to the issue tracker item would be ideal.&nbsp;</p>",
    "PostedDate": "2012-05-18T16:24:36.687-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]