summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/zip_SUITE_data
diff options
context:
space:
mode:
authorHans Bolinder <hasse@erlang.org>2019-09-12 08:54:54 +0200
committerHans Bolinder <hasse@erlang.org>2019-09-13 10:12:55 +0200
commit0e423ac950b2f87f12828180470c6b4620cdef90 (patch)
tree89f63eea26319dae6a45339e6c0bee3bfe0b81f2 /lib/stdlib/test/zip_SUITE_data
parentaade6bda3c4363890ed9e3ae986f291a8a0dd687 (diff)
downloaderlang-0e423ac950b2f87f12828180470c6b4620cdef90.tar.gz
stdlib: Handle Unicode filenames in the zip module
Details: - when searching for a filename, the names are normalized ('nfc'); - character codes greater than 127 are encoded; - heuristics are used both for the .ZIP file comment and for file comments.
Diffstat (limited to 'lib/stdlib/test/zip_SUITE_data')
-rw-r--r--lib/stdlib/test/zip_SUITE_data/zip-latin1.zipbin0 -> 115 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/stdlib/test/zip_SUITE_data/zip-latin1.zip b/lib/stdlib/test/zip_SUITE_data/zip-latin1.zip
new file mode 100644
index 0000000000..d54c783653
--- /dev/null
+++ b/lib/stdlib/test/zip_SUITE_data/zip-latin1.zip
Binary files differ