claroline / Claroline

Learning management system
https://www.claroline.com
Other
315 stars 188 forks source link

Resource or workspace download #268

Closed sleperf closed 9 years ago

sleperf commented 11 years ago

When you download a resource or a workspace, the archive file generated have no extension and filenames which content accents are not well managed, we have some stange caracters intead in the filename, example :"fonctionnalit├®s-v1.xlsx" instead of "fonctionnalité-v1.xlsx"

ngodfraind commented 11 years ago

Fixed by Claroline/CoreBundle@8cc555b

sleperf commented 11 years ago

The problem have been corrected if you download a single file. If you download a directory with more than one file you have the problem on the filename with accent and also on the directory name with accent

ngodfraind commented 11 years ago

ZipArchive doesn't support UTF-8 wich is annoying.

This issue should be fixed for windows users with Claroline/CoreBundle#61 but the fix is not very reliable. I couldn't test it for mac os (I don't know wich page code is used by mac os).