Re: Unicode zipping from Python code?

2007-03-26 Thread Leo Kislov
On Mar 26, 12:21 am, durumdara <[EMAIL PROTECTED]> wrote: > Hi! > > As I experienced in the year 2006, the Python's zip module is not > unicode-safe. I'd rather say unicode file names are not supported. Why? Because zip format didn't support unicode file names upto 2006. > With the hungarian file

Unicode zipping from Python code?

2007-03-25 Thread durumdara
Hi! As I experienced in the year 2006, the Python's zip module is not unicode-safe. With the hungarian filenames I got wrong result. I need to convert iso-8859-2 to cp852 chset to get good result. As I see, this module is "a command line tool" imported as extension. Now I search for something th