{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi all,\nI have a problem when my code execute this using in Windows phone 8.1:\n\n    using (ZipFile archive = ZipFile.Read(File))    //<== Crash Here!\n    {\n        foreach (ZipEntry entry in archive.Entries)\n        {\n            entry.Extract(UnZipFolder.Name.ToString(), ExtractExistingFileAction.OverwriteSilently);   \n        }\n    }\nCrash when ZipFile try to read my File that it's a string and contains, sincrofit.zip then crash and throw this exception:\n\n'System.ArgumentException' Additional information: 'IBM437' is not a supported encoding name.\n\nThanks in advance!!",
    "LastUpdatedDate": "2015-01-30T02:13:21.99-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-09-24T01:56:10.003-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "'IBM437' is not a supported encoding name",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 3,
    "Id": 17008
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Hi! I have Similar problem.\nthis is due to i18n library.\r\n\r\nMy project compiled with unity3d\ni copy i18n libraries from mono.\nwith android, IOS, desktop application its working\nBut it doesnt working with web player.\r\n\r\nRuntime i catch error \"An exception was thrown by the type initializer for Ionic.Zip.ZipFile\"\nHow can i fix it?\n",
      "PostedDate": "2014-10-03T04:06:53.793-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2015-01-30T02:13:21.99-08:00",
      "Id": -2147483648
    }
  ]
}