{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Thanks for the response. I neglected to specify that I was using the following code: \n \nUsing Zip As ZipFile = New ZipFile(path)\n    Zip.UseZip64WhenSaving = Zip64Option.AsNecessary\n    Zip.AlternateEncodingUsage = ZipOption.AsNecessary\n    Zip.AlternateEncoding = Encoding.Unicode\n \n    Zip.Comment = string\nEnd Using\n  I changed Zip.AlternateEncoding = Encoding.Unicode to Zip.AlternateEncoding = Encoding.Default and the comment appeared to be saved properly. But when I attempted to then read it, using the following code:  Using Zip As ZipFile = ZipFile.Read(FileName)     Zip.AlternateEncodingUsage = ZipOption.Always         Zip.AlternateEncoding = Encoding.Default          string = Zip.Comment End Using\n \n \n \nI ended up with a strange ASCII character (instead of * or !T). Is there something else I am missing?",
    "LastUpdatedDate": "2013-02-21T18:42:57.43-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-01-10T15:56:32.923-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Zip.Comment not encoded with Unicode",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 14630
  },
  "FileAttachments": [
    {
      "FileId": 4637,
      "FileName": "豈กஇѪ¡¢£¤¥¦§¨©ª«¬­®¯°±²´µ¶·¸¹º»¼¿ÀÆÇÈÌÐÑÖ×ØÙÝÞß.zip",
      "DownloadUrl": ".\\4637"
    }
  ],
  "Comments": [
    {
      "Message": "Same here. I can't have the correct content of a unicode zip containing unicode folder, unicode file and unicode comment.\r\n\r\nAttached the zip file.",
      "PostedDate": "2012-10-23T00:06:43.423-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:42:57.43-08:00",
      "Id": -2147483648
    }
  ]
}