{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is a question, not a bug.  also it&#39;s a duplicate of workitem 14027.  See http&#58;&#47;&#47;dotnetzip.codeplex.com&#47;discussions&#47;267711 for the actual discussion.  I&#39;m closing this workitem. ",
    "ClosedDate": "2011-08-05T09:15:50.04-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "I am using DotNetZip v1.9.1.6. Everything is cool, but when I extracted ZIP, there were abrakadabra instead of russian letters.\nI tried all encodings and tried different cultures, but everything is useless. Is there any solution how to correctly extract russian names? Thanks beforehand!\n \nHere's code.\n \n    Sub Main()\n \n        Dim sourceFolder = New DirectoryInfo(SOURCE_FOLDER)\n \n        Call PrepareFolders()\n \n        Console.WriteLine(\"Culture: {0}\", Thread.CurrentThread.CurrentCulture.Name)\n \n        For Each f In sourceFolder.EnumerateFiles\n            Using zip = New ZipFile(f.FullName)\n                zip.AlternateEncoding = Encoding.Unicode\n                zip.AlternateEncodingUsage = ZipOption.Always\n                Console.WriteLine(\"Unzipping file: {0}\", f.Name)\n                zip.ExtractAll(UNZIPPED_FOLDER)\n            End Using\n        Next\n \n        Console.WriteLine()\n \n    End Sub",
    "LastUpdatedDate": "2013-05-16T05:31:32.57-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-08-04T04:11:36.99-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Problem with russian language - abrakadabra instead of letters.",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 14026
  },
  "FileAttachments": [],
  "Comments": []
}