{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "closed due to lack of response.",
    "ClosedDate": "2009-03-01T20:13:35.35-08:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Do not use the default \"IBM437\" encoding parse ZipEntry name, please use the System.Text.Encoding.Default.\n \nWinRAR(version < 3.80) or other software created zip file use system default codepage(System.Text.Encoding.Default).\n \nThanks",
    "LastUpdatedDate": "2013-05-16T05:32:30.003-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-02-20T22:37:55.453-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Change default encoding",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 7149
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I understand what you are asking for, but I don't understand the motivation.  \r\nThe ZIP spec says IBM437 is the encoding all zip files should use.  Beyond IBM437, zip files can use UTF8 for any code page.  \r\nIf you want to create a zipfile with the system default code page, you can do that.  There ProvisionalAlternateEncoding property on the ZipFile allows you to specify the code page you prefer.  You can easily set that to System.Text.Encoding.Default in your application code. \r\nBut it seems to be incorrect behavior to *always* take that approach. \r\nWinRar may do things differently; I don't see that as justification for me to change DotNetZip to go counter to the spec.  \r\n\r\nI'm interested in your feedback on this. If you can show me a good reason why DotNetZip should use the default code page rather than the code page specified in the zip spec  I will change the library.  Persuade me. \r\n \r\n ",
      "PostedDate": "2009-02-21T02:06:25.09-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2009-03-01T20:13:35.35-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:44:28.563-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:32:30.003-07:00",
      "Id": -2147483648
    }
  ]
}