[Tickets #7609] Unicode support in ZIP
bugs at horde.org
bugs at horde.org
Thu Oct 30 10:38:17 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7609
------------------------------------------------------------------------------
Ticket | 7609
Created By | freecityhk at gmail.com
Summary | Unicode support in ZIP
Queue | Horde Framework Packages
Version | FRAMEWORK_3
Type | Enhancement
State | New
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
freecityhk at gmail.com (2008-10-30 06:38) wrote:
Should we set set General purpose bit flag to 0008 in
horde/lib/Horde/Compress/zip.php to support Unicode Filename in the
"Zip all attachment and download" feature
horde/lib/Horde/Compress/zip.php
replace
$cdrec .= "\x00\x00"; /* General purpose bit flag */
to
$cdrec .= "\x00\x08"; /* General purpose bit flag */
and
replace
$fr .= "\x00\x00"; /* General purpose bit flag. */
to
l $fr .= "\x00\x08"; /* General purpose bit flag. */
More information about the bugs
mailing list