-
Fixed and committed to CVS:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-11-02 19:53:55 UTC by b0zz
-
b0zz committed patchset 759 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-11-02 19:52:49 UTC by b0zz
-
I believe this is already fixed in owl 1.00a Here is my function:
owl.lib.php
function pclzip_convert_filename_cb($p_event, &$p_header)
{
global $default;
if ($p_event == PCLZIP_CB_PRE_EXTRACT)
{
// contributed code $p_header['filename'] = iconv("IBM437", "UTF-8", $p_header['filename']);
$p_header['filename'] = iconv($default->extract_convert_from_charset...
2009-11-02 16:19:15 UTC by b0zz
-
When you make a bulk download with accent in folder or file, we have a encoding problems.
The patch fix it.
2009-11-02 15:44:30 UTC by jheyman
-
When you make a bulk download with accent in folder or file, we have a encoding problems.
The patch fix it.
2009-11-02 15:41:59 UTC by jheyman
-
I send you the patch to fix it
Cheers.
2009-11-02 09:59:30 UTC by jheyman
-
Additionally need this:
Checking in dbmodify.php;
/cvsroot/owl/owl-0.90/dbmodify.php,v
2009-10-30 10:37:18 UTC by b0zz
-
b0zz committed patchset 758 of module owl-0.90 to the Owl Intranet Knowledgebase CVS repository, changing 1 files.
2009-10-30 10:36:25 UTC by b0zz
-
Hmm,
I wonder why it doesn't work in your case.
Would be interesting to take a look at your install, and do a bit of debugging out side your business hours.
Let me know if that is possible.
B0zz.
2009-10-28 17:44:40 UTC by b0zz
-
I'm impressed how quick you do bugfixes !
From your new code in revision: 1.154 I would say it should do the trick, but it does not work in my case. I needed to outcomment the whole if clause to get it running, but my installation has quite a lot customizations especially in the owl.lib.php, t/4 I am not the ideal tester for this bugfix. Maybe somebody else could post some comments on a fresh...
2009-10-28 17:37:35 UTC by hghahn