{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,  I have wrote a program that use your library. If I zip a file whit space in file name and open it with 7-zip i receive this error: UNABLE TO OPEN FILE...\nThere is any option to set for this problem?\nI use VB.NET\n \nThanks",
    "LastUpdatedDate": "2014-07-21T22:41:14.74-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-11-10T06:19:31.08-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Problem space in file name to zip",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 14420
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I have the same problem, what should I do?",
      "PostedDate": "2013-05-28T21:16:25.7-07:00",
      "Id": -2147483648
    },
    {
      "Message": "I faced this same issue and I found that space in the filename is Url Encoded to %20 and this file couldn't be added in the zip file. So just unescape the filename string i.e. %20 should be a simple space. I used the below code to unescape the filename string.\r\n\r\nUri uri = new Uri(Uri.UnescapeDataString(filename));\r\n\r\nHope this helps someone.\r\n\r\nManik",
      "PostedDate": "2014-07-21T22:41:14.74-07:00",
      "Id": -2147483648
    }
  ]
}