max-mapper / max-mapper/extract-zip
Files containing not Turkish words.
Open
Nobody has claimed this yet.
bug
help wanted
- Dominant language
- JavaScript
- Stars
- 398
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
Files containing Turkish words such as "ükişçöİ" are extracted with a bad name.
Sample ;
zip folder = türkçe dosya.txt
exported folder= t?rk?e dosya.txt

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the extraction using a ZIP entry named "türkçe dosya.txt" and inspect the repository's extraction entry point for filename decoding. Compare the exported name with the ZIP entry name and add regression coverage if the project has an existing test location. Done means Turkish characters remain intact after extraction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100