Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.6.5, 1.6.6, 1.6.7, 1.6.8, 1.7, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.9, 1.9.1, 1.9.2, 1.9.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:linux debian stable
-
Affected Branches:MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
Description
In the course files, when a "zip file" is decompressed , special caracters ( like éè) are not cleaned by Moodle and
spaces are not replaced with _
This makes it impossible to delete this file by Moodle interface...
There is a big problem with zip-files containing any non-latin characters. Problems occurs with files zipped under windows, because original encoding is not saved.
One of two solutions neded:
simple - disable file unzipping, if it contains non-lating characters
complex - if it contains non-lating characters, display encoding select page, wich shows list of files with non-latin characters in selected encoding.