]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
archive_read_set_options.3: document zip options
authorMingye Wang <arthur200126@gmail.com>
Fri, 26 May 2023 14:07:01 +0000 (22:07 +0800)
committerMartin Matuška <martin@matuska.de>
Thu, 13 Jul 2023 22:22:29 +0000 (00:22 +0200)
libarchive/archive_read_set_options.3

index b2db4cbcb893c2b79fd3833805205b44fa2bc662..aeb8a88a9f86899c739939e6a31bd7549c38ed85 100644 (file)
@@ -255,6 +255,26 @@ have been concatenated together.
 Without this option, only the contents of
 the first concatenated archive would be read.
 .El
+.It Format zip
+.Bl -tag -compact -width indent
+.It Cm compat-2x
+Libarchive 2.x incorrectly encoded Unicode filenames on
+some platforms.
+This option mimics the libarchive 2.x filename handling
+so that such archives can be read correctly.
+.It Cm hdrcharset
+The value is used as a character set name that will be
+used when translating file names.
+.It Cm ignorecrc32
+Skip the CRC32 check.
+Mostly used for testing.
+.It Cm mac-ext
+Support Mac OS metadata extension that records data in special
+files beginning with a period and underscore.
+Defaults to enabled on Mac OS, disabled on other platforms.
+Use
+.Cm !mac-ext
+to disable.
 .El
 .\"
 .Sh ERRORS