DotNetZip trouble with coding

Posted by Xaver on Stack Overflow See other posts from Stack Overflow or by Xaver
Published on 2010-04-02T06:52:15Z Indexed on 2010/04/02 6:53 UTC
Read the original article Hit count: 406

Filed under:
|
|

I am using DotNetZip. When i am archiving file which have english name all normally. but when i archiving file with russian names in result archive with bad names of file. Some peoplese said that string

ZipConstants.DefaultCodePage = 866;

But it not compile. I also use zip.UseUnicodeAsNecessary properties, and convert my file names to utf8 and utf7.

© Stack Overflow or respective owner

Related posts about dotnetzip

Related posts about c#