cancel
Showing results for 
Search instead for 
Did you mean: 

UTF-8 ZIP file encoding

Michal_
Champ on-the-rise
Champ on-the-rise

How can I make Nuxeo exporting binary files in zip package with UTF-8 encoding? When I export files containing polish characters in filenames from task list, after unzipping I get these files without polish signs (probably ascii).

I've already changed nuxeo.conf file like this:

zip.entry.encoding=UTF-8

1 REPLY 1

Marwane_K_A_
Star Contributor
Star Contributor

Even if it's quite late, I'm leaving an answer here in case someone finds this page:

This seems to be a known Nuxeo issue : https://jira.nuxeo.com/browse/NXP-4583

Currently there's not much to do since the only supported encoding is "ascii", i.e. the default one. Hopefully UTF-8 will be supported by Nuxeo 6.0 (it's on the release roadmap).