{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n \n      Using DotNetZip Library I am not able to selfextract the Double byte charactes. \"Exe\" file is created but again files are not able to be extracted from the exe. The code I used is given below.\n \n**************************************\nstring DirectoryPath = string.Empty;\n            DirectoryPath = \"D://それを避けるため、イベントを無効に設定した\";\n            using (ZipFile zip = new ZipFile())\n            {\n                zip.AddDirectory(DirectoryPath, System.IO.Path.GetFileName(DirectoryPath));\n                zip.Comment = \"This will be embedded into a self-extracting console-based exe\";\n                //SelfExtractorOptions options = new SelfExtractorOptions();\n                SelfExtractorSaveOptions options = new SelfExtractorSaveOptions();\n                options.Flavor = SelfExtractorFlavor.WinFormsApplication;\n                options.DefaultExtractDirectory = \"%USERPROFILE%\\\\ExtractHere\";\n                //options.PostExtractCommandLine = \"ExeToRunAfterExtract\";\n                options.PostExtractCommandLine = null;\n                options.RemoveUnpackedFilesAfterExecute = true;\n                zip.SaveSelfExtractor(\"D:\\\\Testing\\\\sample.exe\", options);\n            }\n**************************************\n \nPlease let me know any thing I need to do inorder to make it work.",
    "LastUpdatedDate": "2013-02-21T18:42:49.523-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-06-06T04:55:14.957-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Self extraction fails for Double byte characters (Ex: Japanese)",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15261
  },
  "FileAttachments": [],
  "Comments": []
}