max-mapper / extract-zip

Zip extraction written in pure JavaScript. Extracts a zip into a directory.
BSD 2-Clause "Simplified" License
388 stars 126 forks source link

feat: adding support for filename encodings #116

Open martinheidegger opened 3 years ago

martinheidegger commented 3 years ago

This PR adds support for character encodings to extract-zip based on TextEncoder which is part of Node 11. This is useful to get files from exotic encoded zips.