{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "The filename of an Added file changes to a different one within the zipfile, I found the case below but I'm guessing the issue is for other characters as well. Using Version 1.9.1.8, RuntimeVersion v2.0.50727.\n\nCode to repeat:\n```\n    ZipFile z = new ZipFile();\n    z.AddFile(@\"C:\\temp\\–.pdf\");\n    z.Save(@\"c:\\temp\\out.zip\");\n```\n\nThis might be a dupe, but I am not sure for which issue.",
    "LastUpdatedDate": "2013-06-06T03:05:35.493-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2013-06-06T03:01:43.907-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Filename changed for unusual character",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 16242
  },
  "FileAttachments": [
    {
      "FileId": 4763,
      "FileName": "out.zip",
      "DownloadUrl": ".\\4763"
    }
  ],
  "Comments": [
    {
      "Message": "The character '–' changes to a regular hyphen '-'.",
      "PostedDate": "2013-06-06T03:05:35.493-07:00",
      "Id": -2147483648
    }
  ]
}