Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
2764bcf
)
Merge branch 'MDL-59005-master' of git://github.com/lameze/moodle
author
Dan Poltawski
<dan@moodle.com>
Tue, 20 Jun 2017 08:51:50 +0000
(09:51 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 20 Jun 2017 08:51:50 +0000
(09:51 +0100)
lib/filestorage/zip_archive.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/filestorage/zip_archive.php
b/lib/filestorage/zip_archive.php
index
b7d0fd6
..
2131314
100644
(file)
--- a/
lib/filestorage/zip_archive.php
+++ b/
lib/filestorage/zip_archive.php
@@
-662,6
+662,7
@@
class zip_archive extends file_archive {
case 'ISO-8859-6': $encoding = 'CP720'; break;
case 'ISO-8859-7': $encoding = 'CP737'; break;
case 'ISO-8859-8': $encoding = 'CP862'; break;
+ case 'WINDOWS-1251': $encoding = 'CP866'; break;
case 'EUC-JP':
case 'UTF-8':
if ($winchar = get_string('localewincharset', 'langconfig')) {