jdk-24/jdk/test/java/util/zip
Xueming Shen c435a0905d 4244499: ZipEntry() does not convert filenames from Unicode to platform
4532049: IllegalArgumentException in ZipInputStream while reading unicode file
5030283: Incorrect implementation of UTF-8 in zip package
4700978: ZipFile can't treat Japanese name in a zipfile properly
4980042: Cannot use Surrogates in zip file metadata like filenames
4820807: java.util.zip.ZipInputStream cannot extract files with Chinese chars in name

Add new constructors for zip classes to support non-UTF-8 encoded names/comments in ZIP file

Reviewed-by: alanb, martin
2009-04-16 21:00:42 -07:00
..
GZIP Initial load 2007-12-01 00:00:00 +00:00
InflaterInputStream Initial load 2007-12-01 00:00:00 +00:00
ZipEntry Initial load 2007-12-01 00:00:00 +00:00
ZipFile 4681995: Add support for large (> 4GB) zip/jar files 2009-04-02 15:35:46 -07:00
ZipInputStream Initial load 2007-12-01 00:00:00 +00:00
3GBZipFiles.sh Initial load 2007-12-01 00:00:00 +00:00
Available.java Initial load 2007-12-01 00:00:00 +00:00
Bounds.java Initial load 2007-12-01 00:00:00 +00:00
ConstructDeflaterInput.java Initial load 2007-12-01 00:00:00 +00:00
ConstructInflaterOutput.java Initial load 2007-12-01 00:00:00 +00:00
DataDescriptor.java Initial load 2007-12-01 00:00:00 +00:00
DeflateIn_InflateOut.java Initial load 2007-12-01 00:00:00 +00:00
FileBuilder.java Initial load 2007-12-01 00:00:00 +00:00
FlaterTest.java Initial load 2007-12-01 00:00:00 +00:00
InfoZip.java Initial load 2007-12-01 00:00:00 +00:00
input.jar Initial load 2007-12-01 00:00:00 +00:00
InterruptibleZip.java Initial load 2007-12-01 00:00:00 +00:00
LargeZip.java 4681995: Add support for large (> 4GB) zip/jar files 2009-04-02 15:35:46 -07:00
NoExtensionSignature.java Initial load 2007-12-01 00:00:00 +00:00
pkware123456789012345.zip Initial load 2007-12-01 00:00:00 +00:00
ReadLoc.java Initial load 2007-12-01 00:00:00 +00:00
StoredCRC.java Initial load 2007-12-01 00:00:00 +00:00
StreamConstructor.java Initial load 2007-12-01 00:00:00 +00:00
StreamIOAfterClose.java Initial load 2007-12-01 00:00:00 +00:00
test.zip Initial load 2007-12-01 00:00:00 +00:00
TestEmptyZip.java 6763122: ZipFile ctor does not throw exception when file is not a zip file 2008-11-11 08:59:43 +00:00
TestZipError.java Initial load 2007-12-01 00:00:00 +00:00
zip.java 4244499: ZipEntry() does not convert filenames from Unicode to platform 2009-04-16 21:00:42 -07:00
ZipCoding.java 4244499: ZipEntry() does not convert filenames from Unicode to platform 2009-04-16 21:00:42 -07:00