-
```
kthoom needs to be able to read in CBZ files, which means ability to decode
a zip file: http://www.pkware.com/documents/casestudies/APPNOTE.TXT into memory
```
Original issue reported on code.goo…
-
```
In the Normative References of OLC 3.0, [ZIP APPNOTE] is identified as being to
the PKWARE APPNOTE of September 28, 2007. The link is to APPNOTE 6.3.0 of
September 29, 2006 however. It is APPN…
-
```
UTF-8 file names are quite new in ZIP. It was introduced in
APPNOTE-6.3.0.TXT (September 29, 2006). It did not exist
when PKWARE did not embed license fee statements in APPNOTE.
I do believe t…
-
Original [issue 372](https://code.google.com/p/libarchive/issues/detail?id=372) created by Google Code user `jameshdoherty` on 2014-08-18T16:04:45.000Z:
```
What steps will reproduce the problem?
1.O…
-
```
What steps will reproduce the problem?
1. Open an archive that has been encoded more than once, such as .dmg.zip
2. The Unarchiver fails to tell the resulting .dmg to open
3. The user must manuall…
-
```
Issue:
As this is a normative reference, it would be helpful if the version of the ZIP
Appnote was made explicit in a human-readable form, and not simply included in
the link target URI.
Refer…
-
```
What steps will reproduce the problem?
1.Open a zip file created with the current tree and compare against a file made
with the 3.1.2 release (I used a hex editor to open both files)
What is the…
-
I need to unpack an archive which is very large in size, both number of files and the count of files. Overall the zip is 1.8 gigs with 26,000 files in it.
Some suggestions:
1. you need to use an @au…
-
CPU:
``` asm
$ cat /proc/cpuinfo
Processor : ARM926EJ-S rev 5 (v5l)
BogoMIPS : 812.64
Features : swp half thumb fastmult vfp edsp java
CPU implementer : 0x41
CPU architecture: 5TE…
-
windows wouldnt open paths like:'xl/sharedStrings.xml', for me need to be 'xl\sharedStrings.xml' otherwise it will drop:
XMLReader::open(zip://...20150506052548.xlsx#xl/sharedStrings.xml): failed to …