Daniel Lengyel
Results
1
issues of
Daniel Lengyel
### Steps to reproduce Try to use the following code to zip a csv file with a special character ("é") in its name: ``` using (var zos = new ZipOutputStream(File.Create(zipPath)))...