There was an error while loading. Please reload this page.
1 parent 12a7b7b commit 4b22f8fCopy full SHA for 4b22f8f
1 file changed
lib/docx/document.rb
@@ -5,9 +5,9 @@
5
require 'nokogiri'
6
require 'zip'
7
8
-# Disable ZIP64 support to maintain compatibility with version 0.9.1 and
9
-# ensure compatibility with all readers. Rubyzip 3.x enables ZIP64 by default,
10
-# but many readers (including pandoc) don't support it for small files.
+# Disable ZIP64 support to maintain compatibility with the previous default behavior
+# (before rubyzip 3.x) and ensure compatibility with all readers. Rubyzip 3.x enables
+# ZIP64 by default, but many readers (including pandoc) don't support it for small files.
11
Zip.write_zip64_support = false
12
13
module Docx
0 commit comments