{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 44988.  First binary 1.9.0.22 ",
    "ClosedDate": "2009-10-14T21:48:10.753-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\nOn Windows XP(Chinese environment),\n1. zipFile.UseUnicodeAsNecessary=true;\n2. zipFile.AddDirectoryByName(\"__some_Chinese_words__\");\nAfter I save and then read it, the directory name(\"__some_Chinese_words__\") of the ZipEntry isn't readable.\nBut zipFile.AddDirectory(\"__some_Chinese_words__\") works correctly.\n \nA workaround:\nzipFile.AddDirectoryByName(\"__some_Chinese_words__\").ProvisionalAlternateEncoding = zipFile.ProvisionalAlternateEncoding;",
    "LastUpdatedDate": "2013-05-16T05:32:03.417-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2009-10-14T20:05:35.19-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Setting \"ZipFile.UseUnicodeAsNecessary=true\" doesn't work for AddDirectoryByName()",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 8984
  },
  "FileAttachments": [],
  "Comments": []
}