mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'w41_MDL-35795_m24_hebrewunzip' of git://github.com/skodak/moodle
This commit is contained in:
commit
99baba4079
@ -541,6 +541,7 @@ class zip_archive extends file_archive {
|
||||
case 'ISO-8859-5': $encoding = 'CP866'; break;
|
||||
case 'ISO-8859-6': $encoding = 'CP720'; break;
|
||||
case 'ISO-8859-7': $encoding = 'CP737'; break;
|
||||
case 'ISO-8859-8': $encoding = 'CP862'; break;
|
||||
}
|
||||
}
|
||||
$newname = @textlib::convert($name, $encoding, 'utf-8');
|
||||
|
Loading…
x
Reference in New Issue
Block a user