[
  {
    "Id": "1416840",
    "ThreadId": "632275",
    "Html": "Hi,\r<br />\n<br />\nI'm having problems with unicode encoding, when I name a file with a specific set of unicode characters, those characters are different in the actual extracted files. \r<br />\nPlease find my code below. \r<br />\nWhat am I missing? Thanks<br />\n<pre><code>        using (var zip = new ZipFile())\n        {\n            zip.AlternateEncodingUsage = ZipOption.Always; \n            zip.AlternateEncoding = Encoding.UTF8;\n\n            foreach (var filename in filenames)\n            {\n                zip.AddFile(filename, &quot;&quot;);\n            }\n            zip.Save(zippedResultFileFullName);\n        }</code></pre>\n\n",
    "PostedDate": "2015-04-22T08:10:29.873-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]