commit | 4cd17347b4c35a0c06c2b13ee30e018bbcef6677 | [log] [tgz] |
---|---|---|
author | Tim Kientzle <kientzle@acm.org> | Sun Jan 03 18:11:46 2016 -0800 |
committer | Tim Kientzle <kientzle@acm.org> | Sun Jan 03 18:11:46 2016 -0800 |
tree | ec64c93872eca2189a376b97ae704406a4ee15a9 | |
parent | 3ea734488052804ff5fd47f6691073ca215e1110 [diff] |
First implementation of UTF-8 path support for Zip reader. This uses the existing "update_pathname_utf8" logic to accept the UTF8 pathname. The tests verify that this supports UTF-8 paths stored using GP#11 or 0x7075 extension. More testing is certainly needed... Note: A lot of the diff here is reshuffling of an internal API so it can accept non-null-terminated strings.