Bugs item #1164339, was opened at 2005-03-16 11:02
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1164339&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Kindl (rkindl)
Assigned to: Nobody/Anonymous (nobody)
Summary: ZIP task and international characters

Initial Comment:
I'm czech.
So very often my filenames containts international 
characters in CP1250.

I have problem with ZIP task.

<zip zipfile="Fixes.zip" >
   <fileset basedir="C:\Fixes">
     <includesfile name="C:\Fixes\FileList.lst" />
   </fileset>
</zip>

Now two problems:
1) if FileList.lst containst international filenames in 
CP1250 then this files are NOT zipped at all. Only basic-
ascii files are zipped.

2) If FileList.lst is in UTF-8 encoding. Then ALL files 
ARE zipped but resulting ZIP contains very strange 
characters.

I think that reason for this behavior is that filenames in 
ZIP should be in OEM charset (Latin2 in my case) but 
they are incorrectly ecoded in CP1250.

Thanks for help
Rob


----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-07-06 20:44

Message:
Logged In: YES 
user_id=707851

I can't locate the patch you're referring to.

----------------------------------------------------------------------

Comment By: zchri (zchri)
Date: 2005-07-06 08:10

Message:
Logged In: YES 
user_id=1307561

see patch #1230755 for further information regarding this
problem and a possible solution.

----------------------------------------------------------------------

Comment By: Robert Kindl (rkindl)
Date: 2005-03-16 11:05

Message:
Logged In: YES 
user_id=1240287

I'm using
NAnt 0.85 (Build 0.85.1869.0; rc2; 12.2.2005)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1164339&group_id=31650


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to