r-lib / zip

Platform independent zip compression via miniz
https://r-lib.github.io/zip/
Other
83 stars 19 forks source link

Special Characters #54

Closed msgoussi closed 4 years ago

msgoussi commented 4 years ago

Let say i have a file is called ""ô1.png" ("\u00f41.png"), when i try to zip it, i get an error. zip::zipr("x.zip", files = "ô1.png") Error in zip_internal(zipfile, files, recurse, compression_level, append = FALSE, : zip error: Cannot add fileô1.pngto archivex.zip` in filezip.c:394`

gaborcsardi commented 4 years ago

Duplicate of #53 I believe.