Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2
-
Fix Version/s: 2.0
-
Component/s: Unknown
-
Labels:None
-
Environment:Environment: Moodle 1.6.2+ (2006050521)
ubuntu 6.0.6, ext3-filesystem, locale: LANG=de_DE.UTF-8
database mysql version 5.0.22
php version 5.1.2
-
Database:MySQL
-
Affected Branches:MOODLE_16_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Hi,
when "unzip" uploaded windows-zip-files (filenames have german umlaute äüöß) in coursefiles, the filenames apears very strange (non readable).
Unpacking test/aeueoesstest.zip:
Name Size Modified Status
????test.txt 5 bytes 22 September 2006, 04:24 ok
A renaming or deleting is not possible:
Error: could not rename ????test.txt to test.txt
Name Size Modified Action
Parent folder
aeueoesstest.zip 127 bytes 27 Sep 2006, 03:43 Unzip List Restore Rename
????test.txt 5 bytes 22 Sep 2006, 04:24 Edit Rename
Any solutions?
P.S.: there are no other utf-8 umlaut problems on my site...
Bertold
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MDL-17820 | Lacking Apostrophe Support |
|
|
|
This is a known problem - ZIP compression format does not support Unicode at all, sorry
It is known to sort of work in windows, but breaks badly when unzipping in *nix or using our PCLZIP library, I spent several days trying to work around this problem but was unable to find suitable solution.