diff options
author | Piotr Jastrzebski <haaawk@google.com> | 2014-08-13 09:49:25 +0000 |
---|---|---|
committer | Piotr Jastrzebski <haaawk@google.com> | 2014-08-13 09:49:25 +0000 |
commit | bd0a74854e71c79c15320bad607bdccd0b4bfedb (patch) | |
tree | 8e75d4d0eca9d2a4f2d763cfd26cbd79a1b4534c /include/ziparchive/zip_archive.h | |
parent | 6a7f4bb79dde575d30af562af916b572b80ff9c3 (diff) | |
download | core-bd0a74854e71c79c15320bad607bdccd0b4bfedb.tar.gz core-bd0a74854e71c79c15320bad607bdccd0b4bfedb.tar.bz2 core-bd0a74854e71c79c15320bad607bdccd0b4bfedb.zip |
Revert "Make sure that names of all entries have the same encoding."
This reverts commit 6a7f4bb79dde575d30af562af916b572b80ff9c3.
Change-Id: Id4f5b601ff0b9d82ce2c9beeb9162eba9594b3a7
Diffstat (limited to 'include/ziparchive/zip_archive.h')
-rw-r--r-- | include/ziparchive/zip_archive.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ziparchive/zip_archive.h b/include/ziparchive/zip_archive.h index afd2b7e54..27a97967d 100644 --- a/include/ziparchive/zip_archive.h +++ b/include/ziparchive/zip_archive.h @@ -158,11 +158,6 @@ int32_t Next(void* cookie, ZipEntry* data, ZipEntryName *name); void EndIteration(void* cookie); /* - * Whether entry names in an archive are encoded in UTF-8. - */ -bool HasUTF8Names(const ZipArchiveHandle handle); - -/* * Uncompress and write an entry to an open file identified by |fd|. * |entry->uncompressed_length| bytes will be written to the file at * its current offset, and the file will be truncated at the end of |