Ionic Zip Library v1.9.1.6
ZipFile Constructor (encoding)
Create a zip file, specifying a text Encoding, but without specifying a
target filename or stream to save to.


- encoding (Encoding)
- The Encoding is used as the default alternate encoding for entries with filenames or comments that cannot be encoded with the IBM437 code page.

See the documentation on the ZipFile constructor that accepts a single string argument for basic information on all the ZipFile constructors.