{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 79101.  First binary that will contain this change&#58;  v1.9.1.6",
    "ClosedDate": "2011-06-14T06:49:07.917-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Cyrillic characters in the comment of zip file that encoded in UTF-8 is not decoded properly when ZipFile.Read (string, Encoding) is called. I found a simple solution that solves this problem, but I think it's ugly. Eliminates this way. Some more code in my attach file:\n            ZipFile zipfile = ZipFile.Read(\"zip.zip\", Encoding.UTF8); // zip file saved with utf-8 encoding and cyrilic characters in the comment\n            byte[] bytes = Encoding.GetEncoding(437).GetBytes(zipfile.Comment);\n            textBox2.Text = Encoding.UTF8.GetString(bytes);\n \nP.S. My OS is Windows 7 Ultimate 32bit.\nP.P.S. Sorry for my English. I am from Russia and I use Google translator :)",
    "LastUpdatedDate": "2013-05-16T05:31:51.963-07:00",
    "PlannedForRelease": "v1.9.1.8 DotNetZip - Latest Stable",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-03-09T20:04:09.857-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Incorrect decoding of the comment in ZipFile.Read() method.",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 10392
  },
  "FileAttachments": [
    {
      "FileId": 2765,
      "FileName": "ZipFileComment.zip",
      "DownloadUrl": ".\\2765"
    }
  ],
  "Comments": [
    {
      "Message": "Thank you NikLeo, good report, and good simple test case illustrating the problem. ",
      "PostedDate": "2011-06-14T06:45:41.74-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-06-14T06:49:07.917-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:38.203-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:51.963-07:00",
      "Id": -2147483648
    }
  ]
}