[Tickets #7609] Re: Unicode support in ZIP
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Aug 5 22:34:18 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7609
------------------------------------------------------------------------------
Ticket | 7609
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Unicode support in ZIP
Queue | Horde Framework Packages
-Version | HEAD
+Version | Git develop
Type | Enhancement
State | Accepted
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-08-05 16:34) wrote:
> It is just implemented by setting the reserved bit 11 in general
> purpose bit flag
This is not 100% true. There is also an additional "comment field"
method of storing UTF-8 data, as defined by Info-ZIP. So that would
need to be implemented as well.
As mentioned in a previous ticket... I would really like to see us get
out of the compression library business. I would much rather use an
existing library that handles all these details for us. ZipArchive
would be perfect... except the pecl module seems to be broken (at
least it doesn't work for me on PHP 5.4, either stable or beta
version). And requiring built-in zip support to PHP seems to be too
invasive/too big of a step back from the present situation.
More information about the bugs
mailing list